|
1 | 1 | # Express Typescript Boilerplate |
2 | 2 | [](https://david-dm.org/w3tecch/express-typescript-boilerplate) [](https://travis-ci.org/w3tecch/express-typescript-boilerplate) |
3 | 3 |
|
4 | | -A delightful way to building a RESTful API with NodeJs & TypeScript. |
| 4 | +> A delightful way to building a RESTful API with NodeJs & TypeScript. |
| 5 | +
|
| 6 | +> An Node.js RESTful API boilerplate featuring |
| 7 | +[Express](https://expressjs.com/), |
| 8 | +[Inversify](http://inversify.io/), |
| 9 | +[Winston](https://github.com/winstonjs/winston), |
| 10 | +[TypeScript](https://www.typescriptlang.org/), |
| 11 | +[TsLint](http://palantir.github.io/tslint/), |
| 12 | +[@types](https://www.npmjs.com/~types), |
| 13 | +[Jest](https://facebook.github.io/jest/), |
| 14 | +[Swagger](http://swagger.io/), |
| 15 | +[validatejs](https://validatejs.org/), |
| 16 | +[knex](http://knexjs.org/) and |
| 17 | +[bookshelf](http://bookshelfjs.org/) |
| 18 | +by [w3tech](https://github.com/w3tecch) |
| 19 | + |
| 20 | +## Why |
| 21 | +Our main goal with this project is, that we have a feature complete server application. |
| 22 | +So you can focus more on main product and not spending hours for a project configuration. |
| 23 | + |
| 24 | +Just try it out and give us some feedback or whishes for new features. |
| 25 | + |
| 26 | +## Features |
5 | 27 | - **Beautiful Syntax** thanks to the awesome annotations from [Inversify Express Utils](https://github.com/inversify/inversify-express-utils). |
6 | 28 | - **Easy API Testing** with included black-box testing. |
7 | 29 | - **Dependency Injection** done with the nice framework from [Inversify](http://inversify.io/). |
|
0 commit comments