Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 480 Bytes

common-service-template

Template for common micro-services.

This package contains many useful dependencies that you might want to use:

  • Babel with TypeScript
  • Boom
  • Express.js
  • Mongoose
  • Dotenv
  • Mocha

Quick Start

To run this package, first copy .env.example to .env by typing the following command

$ cp .env.example .env

Then edit .env file to match your local setup.

Finally, run npm install && npm start to run the development environment.