Skip to content

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

Notifications You must be signed in to change notification settings

devsoc-iitkgp/node_postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published