Go to file
2022-10-26 00:16:41 +02:00
api better errors 2022-10-26 00:16:41 +02:00
core misc 2022-10-25 23:15:11 +02:00
scripts misc 2022-10-25 23:15:11 +02:00
www better errors 2022-10-26 00:16:41 +02:00
.gitignore misc 2022-10-25 23:15:11 +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