An open API service indexing awesome lists of open source software.

https://github.com/ginkgojs/ginkgo

elegant and powerful web framework based on koa
https://github.com/ginkgojs/ginkgo

framework koa2 restful

Last synced: about 2 months ago
JSON representation

elegant and powerful web framework based on koa

Awesome Lists containing this project

README

          

## Ginkgo

>elegant and powerful web framework based on koa

### Quick Start

```shell

npm install ginkgo-cli -g

ginkgo init my-project

cd my-project

npm install

node app.js

```

### Todo List

- 1. i18n
- 2. unit test & integrated test
- 3. dynamic config

---

### License [MIT](https://opensource.org/licenses/MIT)