Note: * You will only need docker installed on your computer to run this app * This template does not have Database support. Choose the ORM that makes the most sense for your project.
- Fork Branch
- Open terminal and clone forked branch:
git clone https://github.com/<YOUR USERNAME>/templates.git - Go inside templates directory:
cd templates - Add upstream repo:
git remote add upstream https://github.com/fcgl/templates.git - Confirm that you have an origin and upstream repos:
git remote -v
This template should work for both macOS and Linux
- Download docker for your operating system
- From project root run the following commands:
- build and run:
docker-compose up --build
- build and run:
Confirm everything was ran correctly by going to the following endpoint: * http://localhost:8086/health/v1/marco
- Change Port from 8086 to #### in Dockerfile and docker-compose.yml
- Change Project Name