Skip to content

EricoPiantkoski/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_app

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors