https://github.com/odarbelaeze/fullstack-template
A nginx proxy based full stack mono repo.
https://github.com/odarbelaeze/fullstack-template
flask monorepo nginx proxy react
Last synced: about 2 months ago
JSON representation
A nginx proxy based full stack mono repo.
- Host: GitHub
- URL: https://github.com/odarbelaeze/fullstack-template
- Owner: odarbelaeze
- Created: 2021-04-19T01:56:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T13:45:15.000Z (about 5 years ago)
- Last Synced: 2024-12-26T07:28:03.207Z (over 1 year ago)
- Topics: flask, monorepo, nginx, proxy, react
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack-template
A dev environment structured as a mono repo.
Here are the bits and pieces:
- `./api` a [FastAPI][fastapi] application
- `./migrations` a bunch of [migrate][migrate] migrations.
- `./proxy` an [nginx][nginx] proxy.
- `./ui` a [React][react] application.
## Getting Started
`docker compose up --watch` should get you started.
[fastapi]: https://fastapi.tiangolo.com/
[migrate]: https://github.com/golang-migrate/migrate
[nginx]: https://nginx.org/
[react]: https://react.dev/