Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About TP_IGL

This repository hosts HealthCare, a website developed as part of the IGL (Introduction au Génie Logiciel) module.

to run the back-end :

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

to run the front-end :

cd frontend
  • install dependencies
npm install
  • run the server
ng serve

to run functional test

cd 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

view website

About

this is the repository of TP_IGL

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages