koa-grace

1.0.4 • Public • Published
koa-grace

koa-grace

NPM version Build Status

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

Readme

Keywords

none

Package Sidebar

Install

npm i koa-grace

Weekly Downloads

5

Version

1.0.4

License

MIT

Last publish

Collaborators

  • xiongwilee