/sequelize-crud-app

A simple sequelize app with CRUD operations

Primary LanguageJavaScriptMIT LicenseMIT

sequelize-crud-app

A simple Node.js application with sequelize. Meant to get familiar with CRUD operations and other fundamentals in sequelize.

Prerequisite

  • Node.js and Postgres is installed

How to run the app

  • Clone this git repo
  • Navigate to ../bin/config.js
  • Update the postgres url
  • The url is in this format: postgres://username:password@localhost:5432/db_name
  • Navigate to your root folder with your terminal
  • npm install