Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Nojhi3/GradeX

 
 

Repository files navigation

GradeX Student Portal

This project uses HTML, CSS & JS for frontend and Flask (Python) for backend. The Database management is done via MySQL (SQL).

How to test:

  1. Create a database in MySQL Workbench.
  2. Create 2 tables, one with student USNs and marks, and another with names and USNs.
  3. Change the MySQL parameters in simple.py to match your database and table names.
  4. Run your MySQL server.
  5. Run simple.py using the command python3 simple.py
  6. Navigate to localhost:8000 on your browser.
  7. Use the credentials user<digits of USN without leading 0> and password bit<digits of USN without leading 0> to login as that user.
  8. Check out the features!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.9%
  • CSS 26.9%
  • Python 18.6%
  • JavaScript 14.6%