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.
- Host: GitHub
- URL: https://github.com/g089h515r806/nodedrop
- Owner: g089h515r806
- Created: 2021-02-21T10:42:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T11:04:06.000Z (over 5 years ago)
- Last Synced: 2025-01-16T13:59:52.350Z (over 1 year ago)
- Topics: cms, drupal, koa2, material, material-ui, react
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.