Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 638 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 638 Bytes

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