A simple Blog with FastAPI.
- FastAPI-based Blog API
- Easy to extend and customize
- Secured with JWT
- Alchemy database configration
- Ready for deployment
pip install -r requirements.txtgit clone https://github.com/AbdullahAbdelaziz122/Blog-Application-fastapi.git# cd ${Folder Location}
uvicorn app.main:app --reload