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.
- Host: GitHub
- URL: https://github.com/marbemac/stoplight-todos
- Owner: marbemac
- Created: 2014-07-22T23:53:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:37:09.000Z (over 3 years ago)
- Last Synced: 2025-09-29T12:40:03.870Z (8 months ago)
- Language: Ruby
- Homepage: http://todos.stoplight.io
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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).