A simple Flask application for managing student records.
The Student Management System is a web application built using Flask and SQLAlchemy that allows you to manage student records. It provides features to create, view, edit, and delete student details.
- View a list of all students
- View individual student details
- Create new student records
- Edit existing student records
- Delete student records
-
Clone the repository or download the source code.
git clone https://github.com/LoydNgei/Student_Management_System
-
Make sure you have Python installed (version 3.6 or higher).
-
Install the required dependencies by running the following command:
pip install -r requirements.txt
-
Start the application by running the following command:
flask run