Skip to content
Snippets Groups Projects
Commit 8793ad8d authored by Slimane FAKANI's avatar Slimane FAKANI
Browse files

Update README.md

parent 86800776
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,17 @@ Installez les dépendances avec la commande
pip install fastAPI[all]
```
Créez la base de données avec la commande :
```
python3 load_db.py
```
Lancez l'API avec la commande suivante, puis laissez-la tourner :
```
python3 -m uvicorn main:app --reload
```
C'est tout bon !
Si vous ne comprenez pas le code de l'API, ce n'est pas grave, on verra ça bientôt...
## Etape 2 : Mise en place du projet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment