NAB is a very simple api boilerplate, that use express, sequelize and some other useful packages.
Download this repository:
$ git clone https://github.com/Lucisu/node-api-boilerplate.git
Install the dependencies:
$ cd node-api-boilerplate
$ npm install
Create .env
file:
DB_HOST=localhost
DB_USER=root
DB_PASS=pass
DB_NAME=database
JWT_SECRET=secret
Run the server:
$ node server.js
Enjoy!