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
- Host: GitHub
- URL: https://github.com/didinj/node-express-postgresql-sequelize
- Owner: didinj
- License: mit
- Created: 2018-07-24T03:30:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:22:28.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:08:18.736Z (about 2 months ago)
- Topics: api, example, express, expressjs, node, nodejs, postgre, postgres, postgresql, rest, restful, restful-api, sequelize, sequelizejs
- Language: JavaScript
- Homepage: https://www.djamware.com/post/5b56a6cc80aca707dd4f65a9/nodejs-expressjs-sequelizejs-and-postgresql-restful-api
- Size: 168 KB
- Stars: 255
- Watchers: 12
- Forks: 127
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`