Skip to content

Almas-Ali/keyboard-fight-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Typing Contest

A Contest Management System App written in Python Flask.
Created by Md. Almas Ali

Installations

# Install all requirements 
pip install -r requirements.txt

# Run the app
python app.py

URLs

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.