Skip to content

kapishupadhyay22/RESTful-API-using-NodeJS-and-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: Node.js and Express.js with PostgreSQL

Description: This project is a Node.js and Express.js application that demonstrates how to integrate PostgreSQL as the database without using any ORM. It provides a basic structure for setting up a RESTful API with CRUD operations. And implements every operation using SQL queries.

I tried to use a minimal amount of middleware and node modules namely -

1. pg (npm package for PostgreSQL client)
2. ExpressJS (middleware)
3. nodemon (dev dependency)

About

Implemented PostgreSQL in a NodeJS and ExpressJS Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published