https://github.com/brentgreeff/peregrine
Rack web app with test coverage
https://github.com/brentgreeff/peregrine
interview-test
Last synced: 2 months ago
JSON representation
Rack web app with test coverage
- Host: GitHub
- URL: https://github.com/brentgreeff/peregrine
- Owner: brentgreeff
- Created: 2021-12-13T04:31:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T11:49:06.000Z (over 4 years ago)
- Last Synced: 2026-01-01T01:45:50.918Z (6 months ago)
- Topics: interview-test
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
`rvm install 2.7.2`
Any 2.7.* should be fine.
`gem install bundler`
`bundle`
## Run server
`PUMA_LOG_CONFIG=true bundle exec puma`
## Run server with reloading
`bundle exec rerun -- rackup`
open http://localhost:9292/
## Tests
`bundle exec guard` - to automatically run tests when they are saved.
`[enter]` to run all tests.
`open coverage/index.html` after running all tests to see the coverage report.