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.gitnpm installInstall PostgreSQL and update config.json accordinglyInstall sequelize-cli and run sequelize db:migratenpm 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]"