Starter template for full-stack web apps using Python (FastAPI), React, and Docker. Includes basic setup for frontend, backend, and containerization.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Update volume mapping, it was wrong causing the front end did not start up
efd6a06View on GitHubRemove Dockerfile from gitignore in order to start up the app after template was copied
23a7e2aView on GitHubInstall dependencies for Swagger and update Docker initial CMD to enable hotreload, this way changes in backend can be saved without need to reboot container
d7214a2View on GitHubAdd Swagger do document healh checkpoint but also to document when needed
dc97d99View on GitHubFirst commit: create README and gitignore, create frontend folder using npx create-react-app, create backend with first files manually
3874a6cView on GitHub