Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.09 KB

Backend

##Getting Started

The ticket trader app is built within the Ruby on Rails framework. Listed below are a few resources to help you get familiar with the language Ruby and its framework Rails.

###Installing Ruby and RoR

###Ruby Resources

  1. Codecademy
  2. Learn x in y minutes
  3. Rubymonk
  4. Offical Ruby Docs

###Rails Resources

  1. Getting started with Rails

##How to Run

  1. Clone repo to your machine git clone https://github.com/TicketsSDC/backend.git
  2. Navigate into the repo cd backend/
  3. Type command bin/rails server
  4. In a web browser navigate to http://127.0.0.1:3000/ If you do not see a welcome page go through this guide and try again.