A simple web application to store your To-Do Tasks .
Execute the following command to install the required third party libraries:
pip3 install -r requirements.txt
Clone the repository using the following command
git clone https://github.com/AdityaBagad/Task-Manager-using-Flask.git
Install the dependencies using
cd Task-Manager-using-Flask
pip3 install -r requirements.txt
Run this command to start the application
cd todo_project
python run.py
Login or Register if you dont have an account
User cannot access any URL's if they are not logged in
See all your tasks after successfull login.
Click the Add Task link in the side-bar to add tasks
Click the View All Task link in the side-bar to see all tasks. You can Update and Delete Tasks from this page.
Change your username and password. You can access this by clicking dropdown in the Navbar
acesse o diretório todo_project e rode o comando:
docker build -t todoapp .
depois rode o comando:
docker run -p 5000:5000 todoapp