#FAAST System
Week 1 weekend challenge at Makers Academy.
##Context This was the first weekend challenge at Maker's Academy. The challenge was to create a FAAST (Fast And Acessible Super Tube) system. There can be a number of trains inside the system. Trains can travel from station to station. Inside of a station, when the train stops, passengers alight and enter the carriages of the train. A Passenger touchs in at the station and touchs out at the destination station. A passenger can only touch in a station if their account has more than 2 GBP. Each coach of a train can hold up to 40 passengers. Each train is made of a number of coaches.
##Learning Objectives
- Object-Oriented Programming
- Object-Oriented Design
- Test-Driven Development
##Technology Used
- Ruby
- Rspec