This is a straightforward boilerplate for building REST APIs with Express and Sequelize.
- models and routes for admin and users.
- mailing with nodemailer.
- custom HTML available at (./views/) for mailing.
- cronjob.
- jwt authentication middleware.
- CORS support.
- Body Parsing.
# clone it
git clone https://github.com/eashwaranRaghu/node-express-sql-starter.git
cd node-express-sql-starter
# Make it your own
rm -rf .git && git init && npm init
# Install dependencies
npm install
# Start server
npm start
MIT