Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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
```