https://github.com/almas-ali/keyboard-fight-app
A Contest Management System App
https://github.com/almas-ali/keyboard-fight-app
contest contest-programming keyboard typing typing-test
Last synced: 4 months ago
JSON representation
A Contest Management System App
- Host: GitHub
- URL: https://github.com/almas-ali/keyboard-fight-app
- Owner: Almas-Ali
- Created: 2023-03-31T20:10:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T18:24:17.000Z (about 3 years ago)
- Last Synced: 2025-02-25T02:43:10.605Z (over 1 year ago)
- Topics: contest, contest-programming, keyboard, typing, typing-test
- Language: HTML
- Homepage: https://kfc2cst.pythonanywhere.com/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyboard Typing Contest
A Contest Management System App written in Python Flask.
Created by [Md. Almas Ali](https://github.com/Almas-Ali "Md. Almas Ali")
## Installations
```python
# 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.