/PostgreSQL_CRUD

Primary LanguageJavaScriptMIT LicenseMIT

PostgreSQL CRUD

Project Overview

This project involves the development of a CRUD (Create, Read, Update, Delete) application using Node.js, JavaScript, PostgreSQL, and Sequelize ORM. The primary goal of the project was to create a robust and efficient system for managing data in a PostgreSQL database with a Node.js backend.

Technologies Used

  • Node.js: Used for building the backend server and handling HTTP requests.
  • JavaScript: The primary programming language for the application.
  • PostgreSQL: The relational database used for data storage and management.
  • Sequelize ORM: An Object-Relational Mapping tool used to interact with the PostgreSQL database in an efficient and scalable manner.