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
- Host: GitHub
- URL: https://github.com/gustavonecore/node-api
- Owner: gustavonecore
- Created: 2019-09-12T19:37:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:53:25.000Z (over 3 years ago)
- Last Synced: 2025-01-26T17:43:45.127Z (over 1 year ago)
- Topics: boiler, bottlejs, expressjs, hexagonal-architecture, middl, nodejs, rest-api
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)`