Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/adarshaacharya/nodejsblogsystem
- Owner: adarshaacharya
- License: gpl-3.0
- Created: 2019-11-16T07:43:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T04:12:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T01:25:14.577Z (over 1 year ago)
- Topics: blog, blog-engine, express, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, mongodb, nodejs, nodejsblog, socket-io
- Language: HTML
- Homepage: https://nodejsblogsystem.herokuapp.com/
- Size: 19.7 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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