Go to file
2023-02-08 09:17:15 +01:00
.insomnia Update Request 2022-11-06 18:46:00 +01:00
api update + schema validate 2022-11-06 18:40:30 +01:00
core update + schema validate 2022-11-06 18:40:30 +01:00
scripts body length 2022-11-02 20:36:13 +01:00
www ARView 2023-02-08 09:17:15 +01:00
.gitignore insomnia folder 2022-10-26 21:43:05 +02:00
banner.png misc 2022-10-25 23:15:11 +02:00
README.md misc 2022-10-25 23:15:11 +02:00

RA:TE (Réalité Augmenté: Truc en)

Version Live : https://html5.yayeet.cf

Bannière

Necessite un fichier config (./api/config/config.json) comme celui-ci

{
  "server": {
    "port": 8000,
    "origin": ["http://localhost:8080"]
  },
  "mongo": {
    "uri": "mongodb://localhost:27017",
    "dbName": "rate"
  }
}

Ainsi qu'un SGBD MongoDB

Installation des dépendances

Dans ./

python ./scripts/tools.py install

Pour lancer le projet

Dans ./api

npm run dev

Dans ./www

npm run dev