-
Set up the
.envbased on.env.example -
Install dependencies
pip install -r requirements.txt
-
Run the API
python -m app.main
-
Visit the API at http://localhost:8000/
-
Use pytest
python -m pytest
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Set up the .env based on .env.example
Install dependencies
pip install -r requirements.txtRun the API
python -m app.mainVisit the API at http://localhost:8000/
Use pytest
python -m pytest