Flask Web Application with User Authentication and Notes Management
This is a Flask web application designed to allow users to sign up, log in, create notes, and manage their notes.
- Sign up for a new account if you're a new user, or log in if you already have an account.
- Once logged in, you can:
- Create new notes.
- View existing notes.
- Delete notes as needed.
- Log out when you're finished.
- User Authentication: Users can sign up for an account, log in, and log out securely.
- Database Integration: User account information and notes are stored in the database.
- Notes Management: Users can add new notes, view existing notes, and delete notes.
- Flask
- Jinja
- Python
- SQLAlchemy