https://github.com/pedrofurtado/fake-api-http-status-codes
Fake API for multiple HTTP Status Codes and Sleep time
https://github.com/pedrofurtado/fake-api-http-status-codes
Last synced: about 1 month ago
JSON representation
Fake API for multiple HTTP Status Codes and Sleep time
- Host: GitHub
- URL: https://github.com/pedrofurtado/fake-api-http-status-codes
- Owner: pedrofurtado
- Created: 2022-08-09T01:19:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T01:46:01.000Z (over 2 years ago)
- Last Synced: 2025-01-25T23:55:07.630Z (3 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake API HTTP Status Codes
### Docker
```bash
docker container run --rm -it -v $(pwd):/app -w /app -p 4567:4567 ruby:3.0.0 /bin/bash -c "bundle install && ruby app.rb"
```### URLs
Local: http://localhost:4567
Heroku: https://fake-api-http-status-codes.herokuapp.com/