Fcmam5 / express-ms-template

Node/Express template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo

Replace:

  • App name and description package.json
  • Create config/production.json

Development

Scripts

Running the server

  • npm start Run server
  • npm run dev Run server in development mode (hotreload and parse bunyan logs)
  • npm run docker run the docker-compose file

Tests

  • npm test Run unit tests
  • npm run test.watch Run unit tests in watch mode
  • npm run test.coverage Collect test coverage

Linter

  • npm run lint Run eslint

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Node/Express template

License:MIT License


Languages

Language:JavaScript 98.1%Language:Dockerfile 1.5%Language:Shell 0.4%