Add fullstack example
This commit is contained in:
14
examples/fullstack/README.md
Normal file
14
examples/fullstack/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Overview
|
||||
This is a practical example of a "basic" fullstack application. This application has been fully containerized to be run locally in development mode as well as for deployment to production. It is composed of the following services:
|
||||
|
||||
- frontend - Basic React app bootstrapped with `yarn create vite`
|
||||
- backend - Basic Express server NodeJS backend
|
||||
- database - Postgres database
|
||||
- reverse_proxy - Traefik ingress controller handling reverse proxy for the frontend and backend applications.
|
||||
|
||||
## Getting Started
|
||||
Clone the repo and `cd` into the `compose` directory.
|
||||
|
||||
```shell
|
||||
cp .env.example .env
|
||||
```
|
Reference in New Issue
Block a user