Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nkcoder/api-in-python
- Owner: nkcoder
- Created: 2023-09-29T21:40:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T07:11:13.000Z (about 1 year ago)
- Last Synced: 2024-04-16T17:17:43.100Z (7 months ago)
- Language: Python
- Homepage:
- Size: 9.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=)