Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qails/qails
An ORM and RESTful nodejs web framework based Koa2 like Ruby on Rails.
https://github.com/qails/qails
es6 graphql-server koa2 node orm rails restful-api
Last synced: 2 months ago
JSON representation
An ORM and RESTful nodejs web framework based Koa2 like Ruby on Rails.
- Host: GitHub
- URL: https://github.com/qails/qails
- Owner: qails
- Created: 2017-06-01T02:23:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T03:12:28.000Z (over 6 years ago)
- Last Synced: 2024-01-27T17:02:59.399Z (12 months ago)
- Topics: es6, graphql-server, koa2, node, orm, rails, restful-api
- Language: JavaScript
- Homepage: https://qails.github.io/
- Size: 364 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://badge.fury.io/js/qails.svg)](https://badge.fury.io/js/qails)
[![Build Status](https://travis-ci.org/qails/qails.svg?branch=master)](https://travis-ci.org/qails/qails)
[![Coverage Status](https://coveralls.io/repos/github/qails/qails/badge.svg?branch=master)](https://coveralls.io/github/qails/qails?branch=master)
[![Dependency Status](https://david-dm.org/qails/qails.svg)](https://david-dm.org/qails/qails)## Commands
```
# start
npm start# lint
npm run lint# build
npm run build
```## Todo
- magicCase 插件在 modelbase 插件的 `update()` 中不起作用## 依赖
- bodyParse 中间件必须启用,http verb 中默认不包含 `PUT` `PATCH` `DELETE`