A simple task manager application using Python and MongoDB. This application allows you to add, update, delete, and list tasks.
- Add new tasks with a name, description, and due date
- Update the status of existing tasks
- Delete tasks
- List all tasks
- Python 3.x
- MongoDB server running locally or on a remote host
- Clone the Repository:
git clone <repository-url> cd simple_task_manager