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

https://github.com/marbemac/stoplight-todos

The Todo demo API for Stoplight.
https://github.com/marbemac/stoplight-todos

Last synced: 3 months ago
JSON representation

The Todo demo API for Stoplight.

Awesome Lists containing this project

README

          

# 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](https://github.com/marbemac/stoplight-cli).