An open API service indexing awesome lists of open source software.

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.

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/