Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanakaworld/swagger-blocks-fastjson-api

Sample Rails project using swagger-blocks + fastjson_api
https://github.com/tanakaworld/swagger-blocks-fastjson-api

Last synced: 8 days ago
JSON representation

Sample Rails project using swagger-blocks + fastjson_api

Awesome Lists containing this project

README

        

# swagger-blocks-fastjson-api

[![CircleCI](https://circleci.com/gh/tanakaworld/swagger-blocks-fastjson-api/tree/master.svg?style=svg)](https://circleci.com/gh/tanakaworld/swagger-blocks-fastjson-api/tree/master)

The example project how to combine:

- [fastjson-api](https://github.com/Netflix/fast_jsonapi)
- [swagger-blocks](https://github.com/fotinakis/swagger-blocks)
- RSpec + [committee-rails](https://github.com/willnet/committee-rails)

## Get Started

```bash
$ bin/setup
```

## Generate API Client

```bash
$ npm run api:gen
```

## Development

```bash
$ bin/webpack-dev-server
+
$ bundle exec rails s
```