Skip to content

Simple and easy to use ExpressJS app starter with pg & Sequelize support.

License

Notifications You must be signed in to change notification settings

AbelHristodor/express-starter

Repository files navigation

Express-Starter

Simple and easy to use ExpressJS app starter that I often use. It includes support for Sequelize, some default 404 and generic error middlewares and a logger as well.

Libraries used:

  • cookie-parser
  • cors
  • dotenv
  • eslint
  • express-async-handler
  • helmet
  • morgan
  • winston
  • mocha
  • supertest
  • chai
  • chai-http

Get Started

Just git clone the repository and run npm i and then npm run dev to start nodemon