This project is a simple Flask web application designed for learning and demonstration purposes.....
Make sure you have the latest version of Python installed on your machine.
-
Clone the repository
Replace<repo-url>with your actual repository link:git clone <repo-url>
-
Navigate into the project directory (If your project folder name is Notes-Management-System, update accordingly.)
cd <project-directory>
-
Install Flask & required dependencies
pip install flask
pip install flask-login
pip install flask-sqlalchemy
pip install -r requirements.txt
To start the Flask application, run:
python main.pyOnce the app is running, open your web browser and go to:
http://127.0.0.1:5000