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
- Host: GitHub
- URL: https://github.com/dkhmelenko/coding-challenge-evermood
- Owner: dkhmelenko
- Created: 2023-05-25T08:05:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T08:39:39.000Z (over 2 years ago)
- Last Synced: 2024-12-31T15:29:18.266Z (about 1 year ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.