koa-grace
v1.0.4
Published
A new generation Nodejs multi-app MVC framework, which build with KOA / Mongoose etc.
Downloads
2
Readme
koa-grace
koa-grace is a new generation Nodejs multi-app MVC framework, which build with KOA / Mongoose etc.
Getting started
Before getting started ,please make sure you have already installed:
- Nodejs (v4+)
- MongoDB
Install
$ git clone https://github.com/xiongwilee/koa-grace.git
$ cd koa-grace && npm install
Config
Open configuration file :
$ vi config/main.js
Change config.mongo.blog
to your local mongodb path:
// mongo configuration
mongo: {
'blog': 'mongodb://localhost:27017/blog'
}
more configuration details at here
Run
$ npm run dev
And then , you can visit the DEMO at http://127.0.0.1:3000 .
Or you can visit live DEMO at: http://mlsfe.biz
Community
Authors
Gratitude
Thanks for My GirlFriend - Grace Wang
Thanks for Tj's koa
Thanks all
License
MIT