Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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