https://github.com/codingforentrepreneurs/buildpacks-fastapi
Using a basic FastAPI web application, learn to use buildpacks to create and push containers to Docker Hub.
https://github.com/codingforentrepreneurs/buildpacks-fastapi
Last synced: 4 months ago
JSON representation
Using a basic FastAPI web application, learn to use buildpacks to create and push containers to Docker Hub.
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/buildpacks-fastapi
- Owner: codingforentrepreneurs
- License: mit
- Created: 2023-09-11T15:21:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T18:59:16.000Z (over 1 year ago)
- Last Synced: 2024-08-14T07:07:40.382Z (8 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - codingforentrepreneurs/buildpacks-fastapi - Using a basic FastAPI web application, learn to use buildpacks to create and push containers to Docker Hub. (Python)
README
# buildpacks-fastapi
Using a basic FastAPI web application, learn to use buildpacks to create and push containers to Docker Hub.## Useful links
Reference repo: https://github.com/codingforentrepreneurs/buildpacks-fastapi### Google Buildpacks
- Docs: https://cloud.google.com/docs/buildpacks/builders
- Python app config: https://cloud.google.com/docs/buildpacks/python
- Node.js app config: https://cloud.google.com/docs/buildpacks/nodejs