this is my first public project, just for test my knowledge in python programming, and little web development.
this flask application is sign in, sign up and sign out users and users can take thire notes into application and delete them (simple CURD)
application is use sqlite as database, flask as web freamwork and jinja2 as template renderer.
for use this project:
git clone https://github.com/mxz-dev/flask-app.git
cd flask-app
pip install -r requirements.txt
python main.py
Resources:
https://www.youtube.com/watch?v=dam0GPOAvVI&t=4515s
https://flask.palletsprojects.com/
https://getbootstrap.com/
https://jinja.palletsprojects.com/en/3.1.x/