This is a Rails App that facilitates Monster of the Week Mysteries. 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.
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 (of all sorts) are welcome!
This app is live-coded every Sunday at 9am EST over at https://twitch.tv/ChaelCodes
Tool | Usage | Notes |
---|---|---|
Postgres | Database | - |
Rails | Web app Framework | Not just an API! |
Webpacker | Webpack Integration in Rails | Used to Build Vue |
Yarn | JS Package Management | - |
Vue | Front-end framework | Add some reactivity |
Buefy | UI Component Library | Based on Bulma |
RDoc | Documentation tool | View at rubydoc.info |
Inch | Tracks Documentation Coverage | |
Code Climate | Code Quality Solution | |
CodeShip | Continuous Testing | |
Heroku | Hosting | Visit the App |
Docker | Development Environment | - |