Skip to content

Rails-based Board Game Meet Up App with Omniauth account verification, using Javascript to respond dynamically on the page.

Notifications You must be signed in to change notification settings

ermarie/boardgame_meetup_JS

Repository files navigation

Board Game Meetup App

See It in Action!

https://boardgame-meetup-js.herokuapp.com/

Summary

The following Ruby program uses Ruby on Rails to build a board game meet up app, and Javascript to display the content dynamically on a page. A user must sign up to create an account with the option to sign in using Github. Once signed in, the user can create or join events; they may add games to their games collection; and they can keep track of game plays for each game. Once a user joins an event, they can view who is attending that event as well as all the games owned by people attending the event. This is meant to help users to be able to request games to be played at a board game event they attend.

Usage

To run it locally: In the terminal, change directory into boardgame_meetup. To run this program, first run "bundle install", then "rails db:migrate". If you would like to have data preloaded to the app, run "rails db:seed". Start the server by entering "rails s" into the terminal, then navigate to the webpage using http://localhost:3000

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ermarie/boardgame_meetup_js

The MIT License (MIT)

Copyright (c) 2019 'Erin Stalzer'

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Rails-based Board Game Meet Up App with Omniauth account verification, using Javascript to respond dynamically on the page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published