Skip to content

hdas2012/sequelize-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages