colecarroll / sequelize-crud-app

A simple sequelize app with CRUD operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple sequelize app with CRUD operations

License:MIT License


Languages

Language:JavaScript 65.3%Language:HTML 34.0%Language:CSS 0.7%