https://github.com/thegera4/fastapi-python
API made with pyhton and FastAPI
https://github.com/thegera4/fastapi-python
backend docker fastapi kubernetes python
Last synced: about 2 months ago
JSON representation
API made with pyhton and FastAPI
- Host: GitHub
- URL: https://github.com/thegera4/fastapi-python
- Owner: thegera4
- Created: 2023-09-06T17:13:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T21:40:09.000Z (over 2 years ago)
- Last Synced: 2025-09-01T16:53:32.356Z (10 months ago)
- Topics: backend, docker, fastapi, kubernetes, python
- Language: Python
- Homepage:
- Size: 14.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI-Python
This is a simple REST API made with Python to practice FastAPI along with some other technologies.
You can visit https://fastapi-docker-example-production.up.railway.app/docs to test the endpoints of this API.
When you visit the page, you are automatically redirected to the documentation page (Swagger) which is one of the biggest benefits (and my favorite) of using fast API over other backend frameworks(the documentation is created automatically for you!).

This application was also Dockerized and uploaded to the docker hub. You can see the image, download it, and use it from: https://hub.docker.com/r/thegera4/fastapi-example

Finally, the app uses a MongoDB to store data.

The app was deployed in railway as a docker container, fast and easy!
