Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tanakaworld/swagger-blocks-fastjson-api
- Owner: tanakaworld
- License: mit
- Created: 2019-04-10T14:30:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T12:27:42.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T16:13:28.695Z (over 1 year ago)
- Language: Ruby
- Homepage: https://blog.tanaka.world/swagger-blocks-with-fastjson-api-part1/
- Size: 990 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```