Step 1: Cloning project to machine
- Enter terminal
- Type the following - git clone https://github.com/Alexandra-Axenti/never-buy-tickets-alone
- Enter folder tree
- Run bundle to install gems by typing the following - bundle
Step 2: Database setup instructions using psql and rake:
- In terminal, type rake db:create, to create database
- In terminal, type rake db:migrate, to create tables
- In terminal, type rake db:setup, to populate database
Step 3: Deploying app on Local Host
- In root directory of folder, type the following - ruby app.rb