Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 499 Bytes

iiitt-grades

This app is designed to display the exam results of the user who log in to the system. Based on the data mapping an inmemory application will be running which will read the data from the csv files.

Run the app

  1. To get set the app up, run pip install -R requirements.txt in the root directory. This would install the necessary dependencies.
  2. Export the environmental variables GOOGLE_CLIENT_ID, and GOOGLE_CLIENT_SECRET
  3. To run the server locally, run python app.py