Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T10:21:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T06:15:32.706Z (2 months ago)
- Topics: docker-compose, dockerfile, fastapi, poetry, python
- Language: YAML
- Homepage: https://fastapi.tiangolo.com/
- Size: 14.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.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
```shell
docker-compose up -d
```