No description
- TypeScript 100%
|
|
||
|---|---|---|
| config | ||
| src | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
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 installnpm run buildnpm start
Consume the API endpoints.