Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkcoder/api-in-python

API (REST and GraphQL) in Python/FastAPI
https://github.com/nkcoder/api-in-python

Last synced: 1 day ago
JSON representation

API (REST and GraphQL) in Python/FastAPI

Awesome Lists containing this project

README

        

# API in Python

## API

- [OpenAPI](http://localhost:8000/docs)

## Tech Stack

- [x] Python 3.11
- [x] FastAPI
- [x] uvicorn
- [x] dockerize

## TODO

- [ ] tests
- [ ] JWT
- [ ] GraphQL

## References

- [Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/?h=)