- Learn to create this API with my publish in Medium
- POC - Advancing to Routes and Tests
- Python 3.6+
- Clone this repository:
git clone https://github.com/lucasfrancaid/poc-fastapi.git
- Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
- Install requirements:
pip install -r requirements.txt
- Run the live server with uvicorn:
uvicorn main:app --reload
- Swagger UI: http://127.0.0.1:8000/docs
- ReDoc: http://127.0.0.1:8000/redoc
Lucas França
Linkedin: https://www.linkedin.com/in/lucasfrancaid/