🌐
GitHub
github.com β€Ί bezkoder β€Ί node-express-sequelize-postgresql
GitHub - bezkoder/node-express-sequelize-postgresql: Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example Β· GitHub
Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example - bezkoder/node-express-sequelize-postgresql
Starred by 166 users
Forked by 87 users
Languages Β  JavaScript
🌐
GitHub
github.com β€Ί didinj β€Ί node-express-postgresql-sequelize
GitHub - didinj/node-express-postgresql-sequelize: Building a RESTful API with Node.js, Express, Sequelize & PostgreSQL (2025 Update)
Building a RESTful API with Node.js, Express, Sequelize & PostgreSQL (2025 Update) - didinj/node-express-postgresql-sequelize
Starred by 261 users
Forked by 126 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί AndrewJBateman β€Ί node-sequelize-postgresql
GitHub - AndrewJBateman/node-sequelize-postgresql: :clipboard: Node.js + Express used with Sequelize Object-Relational Mapping (ORM) to perform promise-based Create, Read, Update & Delete (CRUD) operations on linked data tables in a PostgreSQL database. SQL database data based on Sequelize Project and Workpackage models.
PostgreSQL console can be used to work with database: \c projects to connect to projects database, \dt to list tables, SELECT * FROM projects; to see projects table ... export const Workpackage = sequelize.define( "workpackages", { id: { type: ...
Starred by 10 users
Forked by 6 users
Languages Β  JavaScript 98.4% | Shell 1.6% | JavaScript 98.4% | Shell 1.6%
🌐
GitHub
github.com β€Ί loizenai β€Ί node.js-postgresql-crud-example
GitHub - loizenai/node.js-postgresql-crud-example: Node.js PostgreSQL CRUD Example Express RestAPIs + Sequelize + PostgreSQL tutorial
Node.js PostgreSQL CRUD Example Express RestAPIs + Sequelize + PostgreSQL tutorial - loizenai/node.js-postgresql-crud-example
Starred by 7 users
Forked by 5 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί didinj β€Ί node-express-sequelize-postgresql-association
GitHub - didinj/node-express-sequelize-postgresql-association: Node, Express, Sequelize, and PostgreSQL Association Example
Node, Express, Sequelize, and PostgreSQL Association Example - didinj/node-express-sequelize-postgresql-association
Starred by 16 users
Forked by 7 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί nedssoft β€Ί sequelize-with-postgres-tutorial
GitHub - nedssoft/sequelize-with-postgres-tutorial: A demo project for an article on Sequelize and Postgres
A demo project for an article on Sequelize and Postgres - nedssoft/sequelize-with-postgres-tutorial
Starred by 120 users
Forked by 56 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί FaztWeb β€Ί nodejs-sequelize-restapi-postgres
GitHub - FaztWeb/nodejs-sequelize-restapi-postgres: REST API using Nodejs and Postgres with Sequelize
nodejs Β· express Β· postgreSQL Β· sequelize Β· This is the basic relationship that we are using in this example Β· . β”œβ”€β”€ package.json β”œβ”€β”€ requests β”‚ β”œβ”€β”€ projects.http β”‚ └── tasks.http β”œβ”€β”€ sql β”‚ └── db.sql └── src β”œβ”€β”€ app.js β”œβ”€β”€ controllers β”‚ β”œβ”€β”€ project.controller.js β”‚ └── task.controller.js β”œβ”€β”€ database β”‚ └── database.js β”œβ”€β”€ index.js β”œβ”€β”€ models β”‚ β”œβ”€β”€ Project.js β”‚ └── Task.js └── routes β”œβ”€β”€ projects.routes.js └── tasks.routes.js 7 directories, 15 files
Starred by 53 users
Forked by 36 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί mjhea0 β€Ί node-postgres-sequelize
GitHub - mjhea0/node-postgres-sequelize Β· GitHub
$ node_modules/.bin/sequelize model:create --name Todo --attributes "title:string, complete:boolean,UserId:integer" $ node_modules/.bin/sequelize model:create --name User --attributes "email:string"
Starred by 50 users
Forked by 39 users
Languages Β  JavaScript 86.4% | HTML 12.2% | CSS 1.4%
Find elsewhere
🌐
GitHub
github.com β€Ί jesielviana β€Ί nodejs-express-sequelize
GitHub - jesielviana/nodejs-express-sequelize: Exemplo de Projeto Node.js com Express, Sequelize e Postgres
Exemplo de Projeto Node.js com Express, Sequelize e Postgres - jesielviana/nodejs-express-sequelize
Starred by 27 users
Forked by 4 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί andsholinka β€Ί node-express-sequelize-postgresql
GitHub - andsholinka/node-express-sequelize-postgresql: Node.js Express & PostgreSQL: CRUD Rest APIs example with Sequelize
Node.js Express & PostgreSQL: CRUD Rest APIs example with Sequelize - andsholinka/node-express-sequelize-postgresql
Author Β  andsholinka
🌐
GitHub
github.com β€Ί Chetan07j β€Ί node-pg-sequelize
GitHub - TheCodersStudio/node-pg-sequelize-boilerplate: Node.js Express Sequelize Boilerplate with PostgreSQL Integration and Comprehensive Unit/Integration Test Setup Β· GitHub
March 20, 2022 - Simple boilerplate code base for creating APIs with Node.js Express framework using Sequelize with PostgreSQL database. ... After cloning enter into folder. ... Copy .env.example file content .env file.
Starred by 72 users
Forked by 10 users
Languages Β  JavaScript 98.3% | Dockerfile 1.7%
🌐
BezKoder
bezkoder.com β€Ί home β€Ί node.js express & postgresql: crud rest apis example with sequelize
Node.js Express & PostgreSQL: CRUD Rest APIs example with Sequelize - BezKoder
October 16, 2023 - Or Security: Node.js JWT Authentication & Authorization with PostgreSQL example Β· Happy learning! See you again. ... You can find the complete source code for this example on Github. If you want to add Comments for each Tutorial. It is the One-to-Many Relationship there is a tutorial: Node.js Sequelize Associations: One-to-Many example (the tutorial uses MySQL but you can easily change the configuration for PostgreSQL)
🌐
GitHub
github.com β€Ί sequelize β€Ί sequelize
GitHub - sequelize/sequelize: Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i. Β· GitHub
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i. - sequelize/sequelize
Starred by 30.4K users
Forked by 4.3K users
Languages Β  TypeScript 52.1% | JavaScript 47.6%
🌐
GitHub
github.com β€Ί topics β€Ί node-sequelize-postgres
node-sequelize-postgres Β· GitHub Topics Β· GitHub
October 21, 2024 - Node.js Express Sequelize Boilerplate with PostgreSQL Integration and Comprehensive Unit/Integration Test Setup
🌐
GitHub
github.com β€Ί shaishab β€Ί sequelize-express-example
GitHub - shaishab/sequelize-express-example: An example for the usage of Sequelize within an Express.js application with schema generation from existing table
An example for the usage of Sequelize within an Express.js application and for database used PostgreSQL . This repository structure followed MEAN stack project structure and usages of model like mongoose so if you are familiar with mongoose then you can easily go through the codes.
Starred by 34 users
Forked by 6 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com β€Ί productioncoder β€Ί sequelize-tutorial
GitHub - jangbl/sequelize-tutorial: Node sequelize tutorial that demonstrates migrations and seed data with Postgres Β· GitHub
February 14, 2021 - Node sequelize tutorial that demonstrates migrations and seed data with Postgres - jangbl/sequelize-tutorial
Starred by 24 users
Forked by 18 users
Languages Β  JavaScript
🌐
GitHub
github.com β€Ί mucahitnezir β€Ί express-starter
GitHub - mucahitnezir/express-starter: πŸš€ A boilerplate for Node.js api projects with Express.js, Sequelize, PostgreSQL and ES6+
πŸš€ A boilerplate for Node.js api projects with Express.js, Sequelize, PostgreSQL and ES6+ - mucahitnezir/express-starter
Starred by 152 users
Forked by 46 users
Languages Β  JavaScript 98.6% | Dockerfile 1.4%
🌐
GitHub
github.com β€Ί topics β€Ί sequelize-postgresql
sequelize-postgresql Β· GitHub Topics Β· GitHub
Next.js for client and Express.js for server. Authentication and Middleware with Passport. Database with PostgreSQL from Docker ... nodejs challenge typescript postgresql swagger sequelize todo-list nestjs node-typescript sequelize-typescript sequelize-migrations sequelize-postgresql
🌐
GitHub
github.com β€Ί gauravprwl14 β€Ί node-express-postgres-sequelize-es6-rest-api
GitHub - gauravprwl14/node-express-postgres-sequelize-es6-rest-api: A boilerplate application for building RESTful APIs Microservice in Node.js using Express, PostgeSQL and Sequelize in ES6 with code coverage and JsonWebToken Authentication
A boilerplate application for building RESTful APIs Microservice in Node.js using Express, PostgeSQL and Sequelize in ES6 with code coverage and JsonWebToken Authentication - gauravprwl14/node-express-postgres-sequelize-es6-rest-api
Starred by 27 users
Forked by 10 users
Languages Β  JavaScript 100.0% | JavaScript 100.0%