didinj / node-express-postgresql-sequelize

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

Home Page:https://www.djamware.com/post/5b56a6cc80aca707dd4f65a9/nodejs-expressjs-sequelizejs-and-postgresql-restful-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.djamware.com/post/5b56a6cc80aca707dd4f65a9/nodejs-expressjs-sequelizejs-and-postgresql-restful-api

License:MIT License


Languages

Language:JavaScript 96.9%Language:Dockerfile 1.4%Language:EJS 1.3%Language:CSS 0.5%