Skip to content

uoft-treat/common-service-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template for common services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published