This project is a RESTful API built using Flask and MongoDB to manage student tasks.
- Create task
- View all tasks
- Update task status
- Delete task
- Python
- Flask
- MongoDB
- PyMongo
-
Install requirements pip install -r requirements.txt
-
Run the application python app.py
-
Open browser or Postman http://127.0.0.1:5000/