This is a RESTful API that has endpoints that can create, update, delete tasks
To get the Api up and running:
- Run: pip install -r requirements.txt
- Create a MongoDB database on Mongodb Atlas and get the connect string
- Create a .env file in the project directory and add: MONGODB_CONNECTION_URL=your_connection_string
- Run the Flask app by: flask run