Skip to content

getlost01/Postgre-APIs-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Postgre-APIs-App

This is a Node.js Blog REST APIs App web application that allows users to create, read, update, and delete (CRUD) blog posts. It will be built using Node.js, PostgreSQL, and Express on the server side.
This is the assignment given by eazypg.in for a fullstack intern. - (detail of the task updated here when the assignment submission period is completed).
Visit my app here


Tools Used

  • NodeJS
  • PostgreSQL
  • Javascript
  • Postman

Technical details:

  • This app has used a PostgreSQL database to store user and blog post data.
  • The project has used ORM for making queries to SQL Database.
  • The server-side code has been written in Node.js & Express and uses the Express Router to handle HTTP requests and responses.
  • This app has been deployed on a render.com platform visit here.
  • The database has been deployed on elephant SQL cloud .
  • ALL the project documentation has been done on Postman see here .

Give the project a ⭐ if you liked it.
Made with ❤️ and PostgreSQL.