Skip to content

Commit 99bee09

Browse files
author
hirsch88
committed
Add motivation to the Readme.md
1 parent 7488476 commit 99bee09

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Express Typescript Boilerplate
22
[![Dependency Status](https://david-dm.org/w3tecch/express-typescript-boilerplate/status.svg?style=flat)](https://david-dm.org/w3tecch/express-typescript-boilerplate) [![Build Status](https://travis-ci.org/w3tecch/express-typescript-boilerplate.svg?branch=master)](https://travis-ci.org/w3tecch/express-typescript-boilerplate)
33

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
527
- **Beautiful Syntax** thanks to the awesome annotations from [Inversify Express Utils](https://github.com/inversify/inversify-express-utils).
628
- **Easy API Testing** with included black-box testing.
729
- **Dependency Injection** done with the nice framework from [Inversify](http://inversify.io/).

0 commit comments

Comments
 (0)