Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-grace

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-grace

A new generation Nodejs multi-app MVC framework, which build with KOA / Mongoose etc.

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
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

FAQs

Package last updated on 22 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc