This application is a project built for Flatiron School. It is a quiz app based on Home Alone and Home Alone 2, and it runs on a Javascript frontend and Rails API backend.
- Javascript
- Rails
To install this application in your local environment, clone both front and and backend repositories. Navigate to the backend directory within your console and run the following command:
bundle && rails:db migrate && rails:db seed && rails s
This will start your Rails server. When it is live, open the frontend's index.html file in any browser to render the application.
Bug reports and pull requests are welcome on GitHub at https://github.com/ianhutson/home_alone_quiz_frontend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.
Everyone interacting in the Home Alone Quiz on Rails project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.