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

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

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