Skip to content

SilverBright/Haunted-App

Repository files navigation

HAUNTED

Welcome to Haunted, a Ruby on Rails application where users can create and comment on their favorite haunted locations.

Video Demo

Haunted

Specs:

  • create and login with a secure user account
  • login using secure Facebook Oauth
  • your email address (or facebook email address) will be your username
  • designed with MVC pattern, CRUD actions, and RESTful routes
  • minimal Bootstrap styling
  • simple navbar for quick and easy navigation

Installation

Clone or download this repository and run:

bundle install
rake db:migrate
rake db:seed

To start the rails server, run:

rails s

Go to http://localhost:3000/ to preview the application in your web browser.

Enjoy!

Instructions

Create a new account, or login using your Facebook account.
You will be redirected to the main Haunt index page where you will see a complete list of haunted locations. From here, you can add new haunted locations, or add comments to existing haunted locations. You can update or delete your haunted locations and comments at any time.

Credits

Contributing

Bug reports and pull requests are welcome on GitHub. 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.

License

The application is available as open source under the terms of the MIT License.