No description
  • TypeScript 100%
Find a file
Michael Faille 4e81426015
Merge pull request #5 from waldo121/Fix_Path_Readme
Fix path error in README.md
2017-11-13 04:06:41 -05:00
config Add files 2017-11-01 18:45:48 -04:00
src Minimal API interaction 2017-11-04 15:03:30 -04:00
.gitignore Minimal API interaction 2017-11-04 15:03:30 -04:00
CONTRIBUTING.md Add software section 2017-11-04 15:55:47 -04:00
LICENSE Add files 2017-11-01 18:45:48 -04:00
package.json Add files 2017-11-01 18:45:48 -04:00
README.md Fix path error in READMe.md 2017-11-06 12:19:12 -05:00
tsconfig.json Add files 2017-11-01 18:45:48 -04:00
tslint.json Add files 2017-11-01 18:45:48 -04:00

Cynergie catalog

Based on: https://github.com/blove/typescript-express-starter/tree/1-mongodb

And : http://brianflove.com/2016/11/11/typescript-2-express-mongoose-mocha-chai/

How to start

Have an instance of MongoDB.

Duplicate config/db.example.json as config/db.json and set your credentials.

Then, install and start the application:

  • npm install
  • npm run build
  • npm start

Consume the API endpoints.