- Start the backend service by running in the backend project root
java -jar target/min-max-cache-2.0.jar
- Start the frontend service by running in the frontend project root
npm start
- Spin up nginx by running
docker compose up -d
- The page will page available on
http://localhost:9090
- Copy .env.example -> .env
cp .env.example .env
- Copy
dev.conf.template
->default.conf.template
cp dev.conf.template default.conf.template
- Build the front end
npm run build
- Start the container
docker compose up -d