- Pull down repo.
- Create an
.env
file and copy in the values provided. - Run
docker-compose build
to build the app containers. - Run
docker-compose up
to run.
- App is available at
localhost
. - Backend service (dic-fulfillment) runs on
http://localhost:5000
. - Frontend service (frontend) runs on
http://localhost:3000
.
Once all services are up, we should see
[+] Running 6/6
⠿ Network stk_default Created
⠿ Volume "stk_styktin" Created
⠿ Container frontend Started
⠿ Container dic-fulfillment Started
⠿ Container mongo Started
⠿ Container nginx Started