diff --git a/README.md b/README.md new file mode 100644 index 0000000..78bd134 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Hovercraft Example + +Get the rack app running: + +``` +bundle exec rackup +``` + +Now hit the api: + +``` +curl http://localhost:9292/cheeses.json +```