Skip to content

yinnyC/Flask-ToDo-List-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDos App

An ToDos App for users to create Taskboard and keep track of the tasks.

Check out the website -> link

Demo

Instruction

To run this code, start by cloning this repository to your computer. Then in a terminal, navigate to the project folder.

To install dependencies, run:

pip3 install -r requirements.txt

Then rename the .env.example file as .env:

cp .env.example .env

Then you can run the server in the docker container with the commands below:

docker build -t flask-image .
docker run -p 5000:5000 --rm --name 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published