Skip to content

satyam656/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogApp

It is simple blog website where users can create, edit and delete blogs.

This project is created using node.js, Express.js, MongoDB, Mongoose, Semantic-Ui.

Home Page

index page

Features

  • Users can create new blog post.
  • Users can edit and update existing blog post.
  • Users can delete blog post.

NPM packages used

  • ejs
  • express
  • mongoose
  • body-parser
  • method-override
  • express-sanitizer

Run it Locally

Install node.js, MongoDB

git clone https://github.com/username/BlogApp.git
cd BlogApp
npm install
  • run mongod in terminal
  • run node app.js in another terminal
  • visit localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors