Unstable | Stable | Stable |
---|---|---|
Redoc | Redoc | Swagger |
- If you are using a virtual environment activate it
Windows
<name of venv>\Scripts\activate
Linux
./<name of venv>/bin/activate
- Make sure all requirements are installed. If not, run:
pip install -r requirements.txt
- Finally, run the application
uvicorn app.main:app