https://github.com/symonk/fastapi-react-docker
Dockerised bootstrapping of a FastAPI backend and React frontend.
https://github.com/symonk/fastapi-react-docker
Last synced: about 2 months ago
JSON representation
Dockerised bootstrapping of a FastAPI backend and React frontend.
- Host: GitHub
- URL: https://github.com/symonk/fastapi-react-docker
- Owner: symonk
- License: apache-2.0
- Created: 2021-08-28T12:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T22:57:48.000Z (over 3 years ago)
- Last Synced: 2025-02-08T20:47:32.395Z (3 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-react-docker
A simple repository which highlights the bootstrapping of:- FastAPI based backend
- React based frontend
- Postgresql for data persistence
- Alembic, celery, flower for migrations & task management
- Docker for container management