An open API service indexing awesome lists of open source software.

https://github.com/gustavonecore/node-api

Node Rest API Boilerplate
https://github.com/gustavonecore/node-api

boiler bottlejs expressjs hexagonal-architecture middl nodejs rest-api

Last synced: 2 months ago
JSON representation

Node Rest API Boilerplate

Awesome Lists containing this project

README

          

Getting sarted
===

**Install**

- `npm install`
- `mkdir log`
- `cp .env.example .env`

**Run**
- `node index.js`

**Migrations**
- Refer to main doc: http://knexjs.org/#Migrations

**Models**
- Refer to main doc: https://bookshelfjs.org/

**Service Container (dependency injection)**
- Refer to main doc: https://github.com/jeffijoe/awilix

**How to use framework**
- 1: `read the code`
- 2: `goto(1)`