YegorMedvedev / store-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Butler Hero Node JS admin

Simple Node JS admin based on Keystone JS.

Installation

You need Node (ver > 6.0.0), Mongo DB (ver > 3.0) and Git installed globally. For hosting deployment, I recommend to user PM2 (https://github.com/Unitech/pm2)

Before Node start you will need to change web.js file and enter your connections to Mongo:

'mongo': 'mongodb://localhost:27017/butler'

After you change web.js file, you will need to start Mongo DB

$ monogod
$ git clone [git-repo-url]
$ cd butler-hero
$ npm install
$ npm start

How to use?

Before start please add setup ENV_VARIABLE (DEV, TEST or PRODUCTION)! When code started, you need to open you Browser and enter one of this links: http://localhost:3000 - for API welcome message http://localhost:3000/apidoc - for API documentation http://localhost:3000/keystone - for Admin UI

License

MIT

About


Languages

Language:JavaScript 89.2%Language:CSS 7.8%Language:HTML 3.0%