NodeJS microservice starter app.
git clone git@github.com:Palmabit-IT/express-microservice-starter.git
npm install
Create .env (copy and rename .env.sample)
npm start
- Create .env.test file (copy and rename .env.sample).
- Create logs/test.log file.
all tests:
npm test
npm run-script test-travis