RA:TE (Réalité Augmenté: Truc en)
Version Live : https://html5.yayeet.cf
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
Description
Languages
TypeScript
56.8%
Svelte
26.7%
JavaScript
7.7%
Python
3.4%
CSS
2.9%
Other
2.5%