- This app was created using
- Ruby version 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
- Rails version: 5.2.0
- Clone project
- cd into 'color-our-sign-api'
- run
bundle install
- run
rails s
Lists all queues colors and their created at timestamps
Returns single object with color information
Create a new color in the queued colors.
Upon success, this request should return the id
of the color created and the time until this color will appear on the sign.
Request body:
Field | Datatype | Description |
---|---|---|
color |
string | Color chosen by user in digit form |
- Development API is created when a Pull Request is made. See Review Apps for more information