A flask web app where a user can take notes as well as delete notes. A user have to sign up first to create a account to start note taking. A website with Python, covering Flask, authentication, databases, and more. User's notes will be store in a database, a user can log into the user account. Notes information is associate with a specific user.
- Login page
- Login with Email and password
- Home Page
- After successfully login user can write notes.
- User can delete notes if want.
- HTML
- CSS(bootstrap)
- Python
- Flask
- SQLAlchemy
- VS Code
Make sure you have the latest version of Python installed.
git clone <repo-url>Requirements (Import)
-
flask
pip install flask -
Flask-SQLAlchemy
pip install Flask-SQLAlchemy -
flask-login
pip install Flask-Login
python main.pyGo to http://127.0.0.1:5000


