Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artiphishle/ch-grossmeister-fastapi
FastAPI test, Chess API in Python
https://github.com/artiphishle/ch-grossmeister-fastapi
Last synced: 2 days ago
JSON representation
FastAPI test, Chess API in Python
- Host: GitHub
- URL: https://github.com/artiphishle/ch-grossmeister-fastapi
- Owner: artiphishle
- Created: 2023-07-22T10:03:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T10:18:33.000Z (over 1 year ago)
- Last Synced: 2024-11-11T09:44:31.390Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ch-grossmeister-fastapi
FastAPI test, chess API written in Python.
## Quickstart
```bash
# Start API
uvicorn main:app --reload# Endpoints
# Visit: http://localhost:8000/game/5?q=gm_game# Swagger DOCS
# Visit: http://localhost:8000/docs```
## Why?
Why not? Python rules!
### API Gateway integrations
I'd like to integrate different API's, written in different languages, to make sure the new api gateway I'm implementing satisfies the expectations.
### MDD
Let's find out how fast Python really is, compared to the usual:
- NodeJS vs Python
- NextJS vs Python
- Everyone vs Python ^^Go!
..yeah:
- Go vs Python