Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 319 Bytes

Sinatra API

The goal of this kata is to make a small JSON api with the data from the file in data.json

You'll be using Sinatra for the HTTP

You can install the gems project with bundle install.

You can run the tests with bundle exec rspec.

You can start the server with bundle exec rackup.

Have fun!