Note: * You will only need docker installed on your computer to run this app
- Fork Branch
- Open terminal and clone forked branch:
git clone https://github.com/<YOUR USERNAME>/recommendation.git - Go inside point-system directory:
cd recommendation - Add upstream repo:
git remote add upstream https://github.com/fcgl/recommendation.git - Confirm that you have an origin and upstream repos:
git remote -v
This build should work for both macOS and Linux
- Download docker for your operating system
- From project root run the following commands:
- Build:
docker build -t recommendation . - Run:
docker run --name rec -p 5000:5000 recommendation
- Build:
Confirm everything was ran correctly by going to the following endpoint: * http://localhost:5000/health/v1/marco