Sequlize + Express + Docker DB boilerplate

A simple boilerplate to bootstrap quick projects. I use this personally to test packages, write scripts, or debug strange Javascript behavior.

Steps to install

  • Clone the repo git clone https://github.com/karatechops/sequelize-api-docker-db-boierplate
  • Install dependencies by running yarn or npm i in the project folder
  • Start the API npm run start