Please make sure to ask the .env file to another developer to have all configuration needed. You can also ask for another developer his data folder to have the same.
Clone the project. Locally:
npm install && npm start
In a docker container:
docker build -t microservice:dev .
docker run -v ${PWD}:/app -v /app/node_modules --name microservice-server -p 3000:3000 --rm microservice:dev
Work in Progress!