Commit | Line | Data |
---|---|---|
1 | ## Mise en place | |
2 | ||
3 | Dans le dossier db/ : `sqlite3 rpsls.sqlite` <br> | |
4 | Puis à l'invite de commande SQLite : `.read setup.sql` | |
5 | ||
6 | Ensuite, dans ce répertoire : `pip install -r requirements.txt` | |
7 | ||
8 | ## Utilisation (en local) | |
9 | ||
10 | À la racine du projet dans un terminal : `python server.py` | |
11 | ||
12 | Naviguez ensuite sur [http://127.0.0.1:8000/](http://127.0.0.1:8000/) |