This simple application allows you add, change or remove tasks. Your tasks will be integrated through MongoDB, a NoSQL database, and will contain information such as ID, task name and complete (true or false).
To deploy the application, just download this repository and start the application using the following command:
flask run
in your terminal or command prompt.The database has been configured to allow external connections.
You can install all dependences with bellow command:
pip install -r requirements.txt
or
pip3 install -r requirements.txt