- Install virtual environment with
python -m venv [name]
- Activate using
[name]/Scripts/activate
- Install dependencies with
pip install -r requirements.txt
- Run by typing
uvicorn app:app --reload
- Open
127.0.0.1:8000/docs
in browser to view Swagger UI - Open
127.0.0.1:8000/redoc
in browser to view ReDoc UI