Black Thursday is the final project for students in Module 1 at the Turing School. It's functionally a back-end program for accessing and analyzing sales data. It's possible application's include managing and accounting for e-commerce. Original Project Spec.
- clone this project by running
git clone http://github.com/notmarkmiranda/black_thursday
- run
bundle
- Use tests to drive both the design and implementation of code
- Decompose a large application into components
- Use test fixtures instead of actual data
- when testing Connect related objects together
- Learn an agile approach to building software