Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paweljw/overact
https://github.com/paweljw/overact
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paweljw/overact
- Owner: paweljw
- Created: 2020-06-04T17:06:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T15:01:39.000Z (over 4 years ago)
- Last Synced: 2024-11-06T06:30:45.317Z (3 months ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overact
A small application to compare actor lists between two shows, built to satisfy certain curiosities that can only emerge in self-isolation.
Created using Hanami, Shrine, and blatant scraping of IMDb.
## Development
How to run tests:
```
% bundle exec rake
```How to run the development console:
```
% bundle exec hanami console
```How to run the development server:
```
% bundle exec hanami server
```How to prepare (create and migrate) DB for `development` and `test` environments:
```
% bundle exec hanami db prepare% HANAMI_ENV=test bundle exec hanami db prepare
```Explore Hanami [guides](https://guides.hanamirb.org/), [API docs](http://docs.hanamirb.org/1.3.3/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸