Skip to content

RESTful Blog App with CRUD functionality, styled with Semantic UI πŸ’­πŸ“„

Notifications You must be signed in to change notification settings

iamNihar07/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A full stack RESTful Blog Web App with CRUD functionality, styled with Semantic UI and connected with MongoDB at the backend


Functionality

  • Create new blog post
  • Show all blog posts on home page with preview of the blog
  • Modify an existing blog
  • Delete a blog post

Built with

  • Front-end
    • HTML5
    • CSS3
    • Semantic UI
  • Back-end
    • NodeJS
    • Express
    • EJS
    • MongoDB
    • Mongoose
    • body-parser
    • method-override
    • express-sanitizer
  • Deployment
    • Heroku

Credit for this project concept belongs to Colt Steele and his course β€œThe Web Developer Bootcamp” on udemy.com