This project uses HTML, CSS & JS for frontend and Flask (Python) for backend. The Database management is done via MySQL (SQL).
How to test:
- Create a database in MySQL Workbench.
- Create 2 tables, one with student USNs and marks, and another with names and USNs.
- Change the MySQL parameters in simple.py to match your database and table names.
- Run your MySQL server.
- Run
simple.pyusing the commandpython3 simple.py - Navigate to
localhost:8000on your browser. - Use the credentials user<digits of USN without leading 0> and password bit<digits of USN without leading 0> to login as that user.
- Check out the features!