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

https://github.com/eggmantv/grape-rails-template

Grape + Rails Template
https://github.com/eggmantv/grape-rails-template

grape grape-api rails

Last synced: 8 months ago
JSON representation

Grape + Rails Template

Awesome Lists containing this project

README

          

### Grape + Rails Template

- Rails 5.x
- Grape 1.x

为了方便在每节课的代码间进行切换,该课程是通过git tag的方式来组织的,就是每节课对应一个git tag。

首先clone该项目

```shell
$git clone git@github.com:eggmantv/grape-rails-template.git
```

切换tag
```shell
$cd grape-rails-template

查看所有标签
$git tag
01
02
...

切换到第一节课的源码
$git checkout 01
```