Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 520 Bytes

File metadata and controls

29 lines (16 loc) · 520 Bytes

express-typecsript-mongo-starter

A starter project which uses express, typescript and mongo db

  • Uses latest available version of Typescript.
  • Mongoose for schema-based DB operations
  • Gulp is used as the task runner

Installation

Install the node packages via:

$ npm install

We use a gulp task to trasnpile Typecsript to Javascript ES6 standard.

$ gulp scripts

Running the tests

To run teh tests make use of the command:

$ npm test

Running the server

To start the server run:

$ npm start