2022-10-28 15:47:15 +02:00
2022-10-26 21:47:56 +02:00
2022-10-26 21:43:05 +02:00
2022-10-25 23:15:11 +02:00
2022-10-26 21:47:56 +02:00
2022-10-28 15:47:15 +02:00
2022-10-26 21:43:05 +02:00
2022-10-25 23:15:11 +02:00
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
Description
No description provided
Readme 440 KiB
Languages
TypeScript 56.8%
Svelte 26.7%
JavaScript 7.7%
Python 3.4%
CSS 2.9%
Other 2.5%