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: 9 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T12:27:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T08:47:27.260Z (9 months ago)
- Language: Ruby
- Homepage: https://blog.tanaka.world/swagger-blocks-with-fastjson-api-part1/
- Size: 990 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-blocks-fastjson-api
[](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
```