Aim of this repository is to understand FastAPI and track of my learning process.
python -m venv work__env
pip3 install -r requirements.txt
uvicorn main:app --reload
http://127.0.0.1:8000/docs
My learning journey of backend development with Python FastAPI, PostgreSQL, and also testing with testcontainers.
Python
Aim of this repository is to understand FastAPI and track of my learning process.
python -m venv work__env
pip3 install -r requirements.txt
uvicorn main:app --reload
http://127.0.0.1:8000/docs