Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanengineer/nodejs-psql-sequelize

Build CRUD RestAPI with NodeJS, PostgreSQL and Sequelize (ORM).
https://github.com/sanengineer/nodejs-psql-sequelize

expressjs nodejs postgresql psql sequelize

Last synced: about 1 month ago
JSON representation

Build CRUD RestAPI with NodeJS, PostgreSQL and Sequelize (ORM).

Awesome Lists containing this project

README

        

# Build CRUD RestAPI with NodeJS, Sequelize, and PostgreSQL

## Setup Dependencies

$ npm install

## Run On Dev Mode

$ npm run dev

## Error Issue

Path `./app/model/index.js` line 6 , error message :

node:40570) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.