Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceodigvijay/Node-js-Blogging-CMS
A simple Blogging CMS in Node.js. This is one of the implemented ideas from https://holycoders.com/full-stack-web-development-coding-project-ideas/
https://github.com/ceodigvijay/Node-js-Blogging-CMS
cms crowdhead node-js nodejs-cms
Last synced: 2 months ago
JSON representation
A simple Blogging CMS in Node.js. This is one of the implemented ideas from https://holycoders.com/full-stack-web-development-coding-project-ideas/
- Host: GitHub
- URL: https://github.com/ceodigvijay/Node-js-Blogging-CMS
- Owner: ceodigvijay
- Created: 2019-03-06T17:27:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T17:05:37.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T03:18:47.919Z (5 months ago)
- Topics: cms, crowdhead, node-js, nodejs-cms
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CrowdHead CMS
A simple Blogging CMS in Node.js.
A very lightweight and simple content management system, created with node.js. Can be easily reused in other projects also.
### :fire: Features
* _`Add/Delete/Modify Posts.`_
* _`Add/Delete/Modify Comments.`_
* _`Material Design.`_
* _`User Authentication.`_### To use the application:
```
1. Clone the project
2. Run npm install
3. Run node app.js
```