Skip to content

To Do is a personal project web development using Flask as the main tool. It is a "to do" web app to make quick notes and check when done. Want to try the app?? You can! It is running in Google Appspot :) Follow the link ----->

Notifications You must be signed in to change notification settings

xmedinavei/toDO-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toDO

To Do is a personal project web development using Flask as the main tool. It is a "to do" web app to make quick notes and check when done. Want to try the app?? You can! It is running in Google Appspot :) Follow the link -----> https://todo-flask-xavier.appspot.com/

Programing skills used in the project

  • Python
  • Flask
  • HTML
  • Jinja2
  • Git
  • NoSQL: Firebase

The project is running in Google appspot using the noSQL database Firebase.

Installation

Postgram requires Flask v1+ to run.

More dependencies need to be installed.

For no virtual environments.... Install the dependencies and devDependencies and start the server.

$ cd todo
$ pip install -r requirements.txt
$ flask run

For virtual environments.... Start the virtual environments before intaling the dependencies and running the server.

$ cd todo
$ sudo apt-get venv
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ flask run

Do you check how toDO works?

Actually you can try it: https://todo-flask-xavier.appspot.com/

License

MIT

Free Software, Hell Yeah!

About

To Do is a personal project web development using Flask as the main tool. It is a "to do" web app to make quick notes and check when done. Want to try the app?? You can! It is running in Google Appspot :) Follow the link ----->

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published