A Contest Management System App written in Python Flask.
Created by Md. Almas Ali
# Install all requirements
pip install -r requirements.txt
# Run the app
python app.py
https://127.0.0.1:5000/
- Home route for users.
https://127.0.0.1:5000/submit
- Submit route for submitting response.
https://127.0.0.1:5000/rank
- Rank route for getting ranks.