Python Notes App.
This is a small web application maked with flask-python for add notes easily and quickly.
Dependencies.
You can create a virtual enviroment and install the dependencies with the requirements file, executing:
$ python3 install -r requirements.txt
Run.
For run the app we placed in the project folder and execute:
$ python3 app.py
Or:
$ python3 -m app