Sequelize (PostgreSQL), Node, Express boilerplate
View the Project on GitHub christopherdiehl/node-api-boilerplate
A Node REST API Boilerplate for small to medium sized projects.
git clone git@github.com:christopherdiehl/node-api-boilerplate.git
npm install
Install PostgreSQL and update config.json accordingly
Install sequelize-cli and run sequelize db:migrate
npm run start
Authentication done with JWT
Nodemailer used to send reset token
To test authenticated routes in postman: set Header Key = Authorization and Header value = "Bearer $[key]"