An open API service indexing awesome lists of open source software.

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

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.