/stoplight-todos

The Todo demo API for Stoplight.

Primary LanguageRuby

README

You must have ruby installed to run this app.

Clone the repository, change into the app's root directory, and run:

  1. bundle
  2. rake db:migrate
  3. rails s

Visit http://localhost:3000 for a list of endpoints!

To use StopLight with this app running on your local machine, use the StopLight CLI Tool.