Skip to content

LSINC1509-Projet4/GAIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAIA

Screenshot Mar 28 2026

Structure du Projet

GAIA/
├── app/
│   ├── __init__.py        
│   ├── db.py              
│   ├── models.py          
│   ├── routes/
│   │   ├── main.py     
│   │   └── auth.py
│   ├── static/   
│   │   ├── css
│   │   │   ├── index.css
│   │   │   └── login.css
│   │   └──Logo.png
│   └── templates/ 
│       ├── index.html
│       ├── login.html
│       └── register.html
│        
├── docs/
│   ├── PERSONAS/          
│   ├── USERSTORIES.md     
│   ├── UML.png            
│   └── fiche_projet_GAIA.pdf
├── tests/
│   └── test_db.py         
├── run.py                 
├── requirements.txt       
└── .env/ 

Lancer le projet

git clone  https://github.com/LSINC1509-Projet4/GAIA.git
cd GAIA
source .env/bin/activate
pip install -r requirements.txt

Si pas de base de donnée active

python -m test.test_db

lancer le site

python run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors