Skip to content

This is a mini blog posting webpage with different routes.

Notifications You must be signed in to change notification settings

TuhinBar/Node_js_Blog_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_js_Blog_Website

Introductuion:

  • This ia an intuitive blog posting node app with UI to post or read blogs. This website also contains database to save blogs and fetch them whenever someone make requests.

  • This app comes with multiple routes such as / or home, /about, /contact and //localhost:3000/compose which is a hidden route to post blogs

Previews

  • Home route localhost:3000/.

image

  • About route -> //localhost:3000/about.

image

  • Contact us route //localhost:3000/contact.

image

  • And the /compose route to post a blog. --> //localhost:3000/compose

image

  • Also you can click read more on every post to visit separate route (//localhost:3000/posts/${ postId }) for each blog.

image

Dependencies:

  • This website is made using Node js, Express, Mongoose and MongoDB

  • First you need to install Node js

  • Download the code (zip)

  • Then to install dependencies run this command in your terminal

  •   npm install
    
  • Leave a star or fork it use and contribute. Thank You 💖

About

This is a mini blog posting webpage with different routes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages