An open API service indexing awesome lists of open source software.

https://github.com/didinj/node-express-postgresql-sequelize

Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
https://github.com/didinj/node-express-postgresql-sequelize

api example express expressjs node nodejs postgre postgres postgresql rest restful restful-api sequelize sequelizejs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.djamware.com/post/5b56a6cc80aca707dd4f65a9/nodejs-expressjs-sequelizejs-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`