Student Management System project using html,css and Python(flask) and MySQL databse.
This Student Mangement System project is devoloped under three tier architecture in python(flask) framewok. this is CRUD project.
Features:
- Storing the students data in our database from web page using forms.
- Admin only can Read, Update and Delete the studemt record from the datase in admin section.
- Direct map link has been added with the webpage.
- Creative animations and motions.
- timestamp facility for database management.
Instructions for Run:
- Command for running the backend <flask --app server --debug run>.
- Command for running the frontend <flask --app front --debug run --port 5001>.
Requirements:
- python 3.11.1
- Flask 2.2.2
- Werkzeug 2.2.2
- pip datetime
- pip Flask-MySQL