Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaelcodes/hunterskeepers
An app to make managing games of Monster of the Week easier.
https://github.com/chaelcodes/hunterskeepers
rails ruby vue
Last synced: 15 days ago
JSON representation
An app to make managing games of Monster of the Week easier.
- Host: GitHub
- URL: https://github.com/chaelcodes/hunterskeepers
- Owner: ChaelCodes
- License: mit
- Created: 2019-08-01T00:27:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T20:13:14.000Z (over 1 year ago)
- Last Synced: 2024-10-22T17:34:04.163Z (24 days ago)
- Topics: rails, ruby, vue
- Language: Ruby
- Homepage:
- Size: 1.71 MB
- Stars: 40
- Watchers: 6
- Forks: 26
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HuntersKeepers
[![Maintainability](https://api.codeclimate.com/v1/badges/67450702dbf049c335b0/maintainability)](https://codeclimate.com/github/ChaelCodes/HuntersKeepers/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/67450702dbf049c335b0/test_coverage)](https://codeclimate.com/github/ChaelCodes/HuntersKeepers/test_coverage) [![Codeship Status for ChaelCodes/HuntersKeepers](https://app.codeship.com/projects/c9216880-c9a8-0137-f66b-76a25f9e8127/status?branch=master)](https://app.codeship.com/projects/367780)
[![Inline docs](http://inch-ci.org/github/ChaelCodes/HuntersKeepers.svg?branch=master)](http://inch-ci.org/github/ChaelCodes/HuntersKeepers) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)This is a Rails App that facilitates Monster of the Week Mysteries. [Monster of the Week](https://www.evilhat.com/home/monster-of-the-week/) is a role-playing game focused on supernatural horror. This project is WIP. Our first goal is tracking player character sheets. Eventually, we'd like to track mystery details and harm in a mystery session. [We're currently hosting it on Heroku if you want to check it out.](https://hunters-keepers.herokuapp.com/hunters)
We're building this app to practice and hone our development skills. One goal of this application is to implement a state of the art, free development environment to work in, and see what codebase results from that. [Contributions](CONTRIBUTING.md) (of all sorts) are welcome!
This app is live-coded every Sunday at 9am EST over at [https://twitch.tv/ChaelCodes](https://twitch.tv/ChaelCodes)
## Toolset/Stack
Tool | Usage | Notes
--- | --- | ---
Postgres | Database | -
Rails | Web app Framework | Not just an API!
[Webpacker](https://github.com/rails/webpacker) | Webpack Integration in Rails | Used to Build Vue
[Yarn](https://yarnpkg.com/) | JS Package Management | -
[Vue](https://vuejs.org/) | Front-end framework | Add some reactivity
[Buefy](https://buefy.org/) | UI Component Library | Based on [Bulma](https://bulma.io/)
RDoc | Documentation tool | [View at rubydoc.info](https://rubydoc.info/github/ChaelCodes/HuntersKeepers/Hunter)
Inch | Tracks Documentation Coverage | [![Inline docs](http://inch-ci.org/github/ChaelCodes/HuntersKeepers.svg?branch=master)](http://inch-ci.org/github/ChaelCodes/HuntersKeepers)
Code Climate | Code Quality Solution | [![Maintainability](https://api.codeclimate.com/v1/badges/67450702dbf049c335b0/maintainability)](https://codeclimate.com/github/ChaelCodes/HuntersKeepers/maintainability)
CodeShip | Continuous Testing | [![Codeship Status for ChaelCodes/HuntersKeepers](https://app.codeship.com/projects/c9216880-c9a8-0137-f66b-76a25f9e8127/status?branch=master)](https://app.codeship.com/projects/367780)
Heroku | Hosting | [Visit the App](https://hunters-keepers.herokuapp.com/hunters)
Docker | Development Environment | -