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/
- Python
- Flask
- HTML
- Jinja2
- Git
- NoSQL: Firebase
The project is running in Google appspot using the noSQL database Firebase.
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
Actually you can try it: https://todo-flask-xavier.appspot.com/
MIT
Free Software, Hell Yeah!