https://github.com/wengqianshan/cms
nodejs cms, easy to get started
https://github.com/wengqianshan/cms
cms nodejs
Last synced: 11 months ago
JSON representation
nodejs cms, easy to get started
- Host: GitHub
- URL: https://github.com/wengqianshan/cms
- Owner: wengqianshan
- Created: 2014-06-04T17:03:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:54:36.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:37:12.319Z (about 2 years ago)
- Topics: cms, nodejs
- Language: JavaScript
- Homepage: https://wenglou.com
- Size: 7.09 MB
- Stars: 76
- Watchers: 6
- Forks: 23
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS
> coding in process with no guaranteed stability
# Usage
## Environment required
- [nodejs](https://nodejs.org/) >= 7.9.0 (for ``async/await`` refer [node.green](http://node.green/))
- [mongodb](https://www.mongodb.org/) >= 3.4
## Install dependencies
````
$ npm install
````
## Initialize config file
````
$ cp config.default.js config.js
````
## Start Service
### Development
````
$ npm start
````
### Production
````
$ npm run server
````
or
````
$ NODE_ENV=production node app
````
## Administrator account
open http://localhost:7000/admin/ follow the prompts to install