Skip to content

IsuriWagachchi/Notes-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Notes-Management-System

This project is a simple Flask web application designed for learning and demonstration purposes.....

πŸ“¦ Setup & Installation

Make sure you have the latest version of Python installed on your machine.

  1. Clone the repository
    Replace <repo-url> with your actual repository link:

    git clone <repo-url>
    
  2. Navigate into the project directory (If your project folder name is Notes-Management-System, update accordingly.)

    cd <project-directory>
    
  3. Install Flask & required dependencies

    pip install flask
    pip install flask-login
    pip install flask-sqlalchemy
    pip install -r requirements.txt

πŸ›  Running The App

To start the Flask application, run:

python main.py

🌍 Viewing The App

Once the app is running, open your web browser and go to:

http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published