Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.54 KB

File metadata and controls

58 lines (37 loc) · 1.54 KB

1. Reference

  1. Build a RESTful JSON API With Rails 5 - Part 1
  2. Build a RESTful JSON API With Rails 5 - Part 2
  3. Build a RESTful JSON API With Rails 5 - Part 3

2. Docker

2-1. Setup Docker

$ docker-compose build
$ docker-compose up -d

2-2. Rails

2-2-1. Setup Rails application

$ docker-compose exec app bin/setup

2-2-2. Access localhost:5000

Ruby on Rails App Home

3. API Endpoints

docs/routes.md

4. How to execute in local development environment

- Install httpie package in advance for convenience referring to jakubroztocil/httpie

4-1. User

4-2 Todo

4-3. Items

4-4. Pagination