This is a very simple and small project based on a article from real python blog, Using FastAPI to Build Python Web APIs, to recap and build a strong foundation of FastAPI framework
Terminal Commands:
- python -m venv .venv
- source .venv/bin/activate
- pip install fastapi uvicorn[standard]
- uvicorn main:app --reload to run the app to be viewed on browser at localhost
Resources: