First of all run:
git clone git@github.com:indigotech/onboard-marcos-peter.git
After cloning the project you need to ensure that you have Docker installed.
Now it's time to install the dependencies:
npm i
Verify if the Docker is installed correctly and run the docker container:
docker -v
docker-compose up -d
And finally run the project:
npm run start