an ORM and RESTful nodejs web framework based Koa2 like Ruby on Rails.


Keywords
es6, graphql-server, koa2, node, orm, rails, restful-api
License
MIT
Install
npm install qails@2.3.3-fix.2

Documentation

qails

An API-driven framework for building nodejs apps, using MVC conventions. It only will provide a structure, inspired on Ruby on Rails, that will allow you to organise better your projects, initialise your own or third party libraries, call in a easy way your models, helpers, etc.

Status

npm version Build Status Coverage Status Dependency Status

Commands

# start
npm start

# lint
npm run lint

# build
npm run build

Todo

  • magicCase 插件在 modelbase 插件的 update() 中不起作用

依赖

  • bodyParse 中间件必须启用,http verb 中默认不包含 PUT PATCH DELETE