https://github.com/natthasath/docker-python-fastapi
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It has a simple and easy to use API, is lightweight, and includes features like asynchronous support, dependency injection, and more.
https://github.com/natthasath/docker-python-fastapi
docker-compose dockerfile fastapi poetry python
Last synced: about 2 months ago
JSON representation
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It has a simple and easy to use API, is lightweight, and includes features like asynchronous support, dependency injection, and more.
- Host: GitHub
- URL: https://github.com/natthasath/docker-python-fastapi
- Owner: natthasath
- License: mit
- Created: 2022-11-30T04:29:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:33:05.000Z (5 months ago)
- Last Synced: 2025-01-09T02:52:54.839Z (4 months ago)
- Topics: docker-compose, dockerfile, fastapi, poetry, python
- Language: YAML
- Homepage: https://fastapi.tiangolo.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Python FastAPI
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It has a simple and easy to use API, is lightweight, and includes features like asynchronous support, dependency injection, and more.


### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
```shell
docker-compose up -d
```