Skip to content

This blog website is made using bootstrap, ejs, NodeJs, and postgres for database. This has feature of adding new blog post and editing and delete the blog. Also you can view the blog individually.

Notifications You must be signed in to change notification settings

ashukr07/Blog-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website

This is a full stack blog website made with HTML, Bootstrap, Node Js, Express, Node, PostgreSQL.

You can save the blog permanenetly, edit, delete it. You also have the feature of sorting all the blogs by their title. The main page of website has all the blogs in short and if you want to read it more extensively. You can view it on new page.

Installation

Install PostgreSQL on your local computer and make an account and note down your username and password.

Now install all the dependencies which are there in package.json file by writing the following command on the terminal

npm install

Now create the .env file in the root directory of the folder and write all your username, password, host, port in that file.

Now run the code by running the index.js file

nodemon index.js

About

This blog website is made using bootstrap, ejs, NodeJs, and postgres for database. This has feature of adding new blog post and editing and delete the blog. Also you can view the blog individually.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published