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.
Before running this project, make sure you have the following installed:
- Node.js (v14.x or higher)
- PostgreSQL
-
Clone the repository to your local machine:
git clone https://github.com/devsoc-iitkgp/node_postgres.git
-
Install the dependencies:
cd node_postgres npm install
-
Start the server:
node index.js