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

https://github.com/g089h515r806/nodedrop

Nodedrop is a headless CMS inspired by Drupal. It use Nodejs/Koa2 as the server side, it use react(material ui) as the admin page.
https://github.com/g089h515r806/nodedrop

cms drupal koa2 material material-ui react

Last synced: 2 months ago
JSON representation

Nodedrop is a headless CMS inspired by Drupal. It use Nodejs/Koa2 as the server side, it use react(material ui) as the admin page.

Awesome Lists containing this project

README

          

# Nodedrop CMS

Nodedrop is a headless CMS inspired by Drupal. It use Nodejs/Koa2 as the server side, it use react(material ui) as the admin page.
it include following function:
1, User system.
2, Content system.
3, File system
4, Taxonomy system
5, DBlog system

Install it:
1, dowload it.
2, cd server directory, npm install it.
3, cd admin directory, npm install it.
4, run npm start for server.
5, run npm start for admin.
6, visit http://localhost:3000/#/system/install page, config the administrator and install it. After that you could login it.