Skip to content

didinj/node-express-postgresql-sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f9d087 · Feb 23, 2021

History

18 Commits
Mar 12, 2020
Mar 12, 2020
Jul 2, 2020
Jun 22, 2020
Jul 24, 2018
Jul 2, 2020
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jun 22, 2020
Jul 24, 2018
Jul 24, 2018
Mar 12, 2020
Jul 24, 2018
Feb 23, 2021
Jul 24, 2018
Mar 12, 2020
Jun 20, 2020
Jul 16, 2020
Jul 2, 2020

Repository files navigation

Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API

This source code is part of Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API tutorial.

To run locally:

  • Make sure you have install and run PostgreSQL server
  • Create database with the name same as in config file
  • Run npm install or yarn install
  • Run sequelize db:migrate
  • Run nodemon or npm start