A blog application This is a blog application to help you understand how express works as a backend and connects to PostgreSQL as a database.
Steps: 1.index.ejs to show the blogs in addition to delete and edit feature. 2.modify.ejs to modify or add a new blog to the index.ejs using post method. 3.script.js to handle all the request as a backend.(direct client and backend connection). 4.Type "npm i" to install the required packages.