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.
- To get set the app up, run
pip install -R requirements.txt
in the root directory. This would install the necessary dependencies. - Export the environmental variables GOOGLE_CLIENT_ID, and GOOGLE_CLIENT_SECRET
- To run the server locally, run
python app.py