/node_postgres

Step by step implementation of a simple CRUD application using NodeJS and PostgreSQL

Primary LanguageJavaScript

Simple CRUD application using Node.js and PostgreSQL

This project is a simple backend CRUD application developed using Node.js and PostgreSQL. All the development in our session will be provided in this repository.

Prerequisites

Before running this project, make sure you have the following installed:

  • Node.js (v14.x or higher)
  • PostgreSQL

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/devsoc-iitkgp/node_postgres.git
    
  2. Install the dependencies:

    cd node_postgres
    npm install
  3. Start the server:

    node index.js