https://github.com/zeroniki/fasttyping
Simple typing test
https://github.com/zeroniki/fasttyping
fastapi python typingtest uvicorn websockets
Last synced: about 1 month ago
JSON representation
Simple typing test
- Host: GitHub
- URL: https://github.com/zeroniki/fasttyping
- Owner: ZeroNiki
- Created: 2024-06-28T10:49:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T06:32:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T18:17:26.658Z (over 1 year ago)
- Topics: fastapi, python, typingtest, uvicorn, websockets
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastType
## About
lib:
- FastAPI (Websockets, uvicorn)
Fast, simple typing test in FastAPI
## Install
Clone repo:
```bash
git clone https://github.com/ZeroNiki/FastTyping.git
```
go to `FastTyping`.
Create venv:
if Linux:
```bash
python -m venv venv
source venv/bin/activate
```
if Windows:
```
python -m venv venv
venv\bin\activate
```
install requirements:
```
pip install -r requirements.txt
```
## Usage
start webapp using uvicorn:
```
uvicorn src.main:app --reload
```
go to 'http://127.0.0.1:8000/pages/s'.