Skip to content

dj0nny/express-sequelize-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express - Sequelize ORM boilerplate

An Express.js - Sequelize ORM boilerplate

Run Locally

Clone the project

  git https://github.com/dj0nny/express-sequelize-boilerplate

Go to the project directory

  cd express-sequelize-boilerplate

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

To run this project, you may need to edit the following environment variables to your .env file

DATABASE_URL

Sequelize Configuration

For this boilerplate, the default database client is Sqlite.

You can add your own database driver by following this section and this section.

Tech Stack

Node.js, Express, Sequelize, Sqlite

Authors

About

An Express.js - Sequelize ORM boilerplate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published