Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.71 KB

Beyoncy

An e-commerce platform for Beyoncé to sell her wares. Ruby on Rails web application built by a four-person team. Go shopping here. (Beyoncy is deployed on Heroku, so you may need to give the page a minute to wake up the server the first time you load it.)

Beyoncy Screenshots

Technolologies

  • Primary language: Ruby 2.3.1
  • Framework: Rails 4.2.7
  • User Authentication: OAuth
  • CSS Framework: Foundation
  • Testing: Minitest
  • Built with Agile principles
  • Deployed on Heroku

Team

How to use this app

  • Head on over to Beyoncy.
  • Login with Github OAuth for the full shopping experience.
  • Please don't actually buy anything! ;)

What is this project about?

  • This project was the final Rails project for the classroom portion of Ada Developers Academy.
  • The assignment involved building an e-commerce website with inventory and order tracking, and a custom-built shopping cart.
  • We were assigned a team of four people. Together, we used agile best practices to write user stories, hold daily stand-ups, monitor our velocity, avoid scope-creep, and ensure on-time delivery to our client.

If we had more time

  • We'd make better use of Foundation to make the site mobile-responsive
  • We would fix the known bugs related to not-logged-in users hitting unhandled errors when they attempt to access pages they shouldn't have access to.
  • We would add a workflow to allow not-logged-in users to check out.