This repository hosts HealthCare, a website developed as part of the IGL (Introduction au Génie Logiciel) module.
cd backend- Activate the virtual environmenet :
python -m venv .venv
./.venv/Scripts/activate.ps1- install dependencies
pip install -r requirements.txt- run the server
python ./igl_tp/manage.py runserver
cd frontend- install dependencies
npm install- run the server
ng servecd tests-selenium- install dependencies
pip install -r requirements.txt- run the script , and choose one of the options that appear in the terminal
python tests_authentification.py- The website hasn't been deployed yet . To test it , run both back and front and visit the link : http://localhost:{port_number}