Skip to content

In this article, you'll learn how to build a complete CRUD API with Node.js and Sequelize. The REST API will run on an Express.js server and have endpoints for performing CRUD operations against a PostgreSQL database.

Notifications You must be signed in to change notification settings

wpcodevo/crud-app-sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a CRUD API with Node.js and Sequelize

In this article, you'll learn how to build a complete CRUD API with Node.js and Sequelize. The REST API will run on an Express.js server and have endpoints for performing CRUD operations against a PostgreSQL database.

Build a CRUD API with Node.js and Sequelize

Topics Covered

  • Run the Node.js Sequelize CRUD API Locally
  • Run the Sequelize CRUD API with React.js
  • Setup the Node.js Project
  • Setup the Database
  • Create the Sequelize Model
  • Create Validation Schemas with Zod
  • Create the CRUD Route Handlers
    • Create New Record
    • Edit Existing Record
    • Find One Record
    • Find All Records
    • Delete a Record
  • Create the API Routes
  • Setup CORS and API Router
  • Test the CRUD API
    • Perform Create Operation
    • Perform Update Operation
    • Perform Read Operation
    • Perform Delete Operation

Read the entire article here: https://codevoweb.com/build-a-crud-api-with-nodejs-and-sequelize/

About

In this article, you'll learn how to build a complete CRUD API with Node.js and Sequelize. The REST API will run on an Express.js server and have endpoints for performing CRUD operations against a PostgreSQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published