Limite-limite version HE-Arc.
Projet réalisé dans le cadre du cours de développement web de troisième année à l'HE-Arc.
Plus d'informations quant au développement sont disponibles dans le wiki.
Install dependencies using pip environment :
cd api/
pipenv shell
pipenv install -r requirements.txtConfiguration : use and adapt the .env.example file :
cp .env.example .envRedis database setup using Docker :
docker run -p 6379:6379 -d redis:5Apply database migrations :
python manage.py migrateRun dev server :
python manage.py runserverInstall dependencies :
cd frontend/
npm installConfiguration : use and adapt the .env.example file :
cp .env.example .envRun dev server :
quasar run devBuild the project for prod :
quasar build