Skip to content

krishy91/express-typecsript-mongo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A starter project which uses express, typescript and mongo db

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published