An Express.js - Sequelize ORM boilerplate
Clone the project
git https://github.com/dj0nny/express-sequelize-boilerplateGo to the project directory
cd express-sequelize-boilerplateInstall dependencies
npm installStart the server
npm run devTo run this project, you may need to edit the following environment variables to your .env file
DATABASE_URL
For this boilerplate, the default database client is Sqlite.
You can add your own database driver by following this section and this section.
Node.js, Express, Sequelize, Sqlite