Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adarshaacharya/nodejsblogsystem

Template for starting the blog using Node.js, EJS template, MongoDB and Socket for real time update. :fire:
https://github.com/adarshaacharya/nodejsblogsystem

blog blog-engine express hacktoberfest hacktoberfest-accepted hacktoberfest2021 mongodb nodejs nodejsblog socket-io

Last synced: 8 days ago
JSON representation

Template for starting the blog using Node.js, EJS template, MongoDB and Socket for real time update. :fire:

Awesome Lists containing this project

README

        

# Node.js Blog System
---

#### Website is Live at : https://nodejsblogsystem.herokuapp.com/

### Workflow

- [x] Post Create
- [x] Post Update
- [x] Post Delete
- [x] Posts Display / Home Page
- [x] Individual Post Page Display
- [x] Image Upload and Display
- [x] Post Comments
- [x] Display Comments
- [x] Replies on Post Comments [Post & Display]
- [x] Email Notifications to Main Comment Holder on Comment Replies
- [x] User Registration
- [x] User Login, Logout
- [x] Access Control Over Routes
- [x] Categories Created and Displayed
- [x] Link Categories and Post Schema and Display Categories in Drop Down Menu
- [x] Folders Refactoring
- [x] Real Time Post Update
- [x] Real Time Comment Update
- [x] Real Time Comment Reply