Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/orchejs/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed Oct 25, 2017
2 parents aa53d08 + 40cc9ec commit dacd4c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ Create REST APIs in Node.js using Typescript Decorators with lots of utilities t
-------
## <a name="aoj"></a> About Orchejs

The Orchejs project provides a set of libraries aggregating key technologies and consolidated libraries for the development of APIs in Node.js.
The Orchejs project provides a set of libraries aggregating key technologies and consolidated libraries for APIs development in Node.js.

The goal is to make the backend development in Node.js even more productive, organized and that promotes scalability and maintainability.

## <a name="wor"></a> Orchejs REST

Use this library to create your REST APIs in Node.js and take advantage of the following benefits:
- Simple server configuration.
- Simple server configuration and setup.
- Type checking from **Typescript**.
- Clean and organized code.
- Decorators (Annotations) to specify your endpoints, query, path params and properties.
- Decorators to specify your endpoints, query, path params and properties.
- Validators.
- Request and Response generic classes.
- Interceptors to manipulate your requests and hooks.
Expand All @@ -60,8 +60,8 @@ The next step is to create the app using the generator-orchejs-rest package.

## <a name="qks"></a> Quick start

The easiest way to configure your project is by using the [yeoman generator](#gen), however if you
want to configure your on project structure than follow this quickstart.
If you don't want to use the [yeoman generator](#gen) and decide to build your app from scratch,
follow this quickstart.

### <a name="ins"></a> Installation

Expand Down

0 comments on commit dacd4c3

Please sign in to comment.