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

https://github.com/dkhmelenko/coding-challenge-evermood

Coding challenge for Evermood
https://github.com/dkhmelenko/coding-challenge-evermood

Last synced: 1 day ago
JSON representation

Coding challenge for Evermood

Awesome Lists containing this project

README

          

# Solution for Evermood coding challenge

This repository implements the [Pizza challenge](https://github.com/evermood/rails-pizza-challenge) from Evermood in Ruby on Rails.

It contains the following endpoints:
- GET /orders
- PATCH /orders/:id

This solution contains the basic tests. The tests can be run by the command `rspec`.

To run the application use the command `rails s`.