/CRUD-SEQUELIZE-WithNode

CRUD API Using Sequelize ORM

Primary LanguageJavaScript

NODE.JS CRUD API Utilizing Sequelize ORM

Sequelize is an easy-to-use and promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, DB2, Microsoft SQL Server, and Snowflake.

Connected my Node JS API's to MySQl Database seamlessly using sequelize and performed sql queries with ease.

Tools and packages

  • mysql2
  • express
  • sequelize

npm install - This will help install all packages

npm start - start local server

Note

  • Ensure to setup MySQL configuration in the config/db.config.js file
References