Skip to content

LukeHoweth/Flask_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Notes App

Welcome to the Flask Notes App! This simple web application allows users to sign up for an account, store their notes in a SQLAlchemy database, and manage their personal journal entries.

Features

  • User Authentication: Users can sign up for an account and securely log in.
  • Note Management: Add and delete personal notes in your journal.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/flask-notes-app.git
    cd flask-notes-app
  2. Create a virtual environment (recommended):

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Flask application:

    python main.py
  2. Open your web browser and navigate to http://localhost:5000.

  3. Sign up for a new account.

  4. Log in with your credentials.

  5. Start adding and deleting notes in your personal journal.

Contributing

Feel free to contribute to this project! Submit issues for bugs or feature requests, and create pull requests to improve the functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published