This app allows users to create ,edit,read and delete blogs.The user must signin to perform the crud operations.The app is implemented in python using FastAPI framework
- Python installed
- Python basics
- FastAPI basics
To install dependecies run the this command
$ pip install -r requirements.txt
$ uvicorn main:app --reload
This will start the app on http://127.0.0.1:8000
Swagger doc http://127.0.0.1:8000
Thank you for taking the time to explore the Todo app. I hope it provides you with valuable information.