Simple Fastapi with pymongo
git clone https://github.com/PradeepDevK/fastapi_blogging.git
python -M venv venv
pip install -r requirements.txt
uvicorn main:app --reload
Simple Fastapi with pymongo
git clone https://github.com/PradeepDevK/fastapi_blogging.git
python -M venv venv
pip install -r requirements.txt
uvicorn main:app --reload