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
Install the node packages via:
$ npm install
We use a gulp task to trasnpile Typecsript to Javascript ES6 standard.
$ gulp scripts
To run teh tests make use of the command:
$ npm test
To start the server run:
$ npm start