Skip to content

joelzeal/fullstack-nanodegree-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Tournament Results

###Getting Started

You will need Vagrant and Virtual Box.

If you have trouble, check out this wiki entry from Udacity

###To Run

  1. Download or clone this repository

  2. cd into /vagrant/tournament

  3. Start Vagrant and cd into /vagrant

    vagrant up
    
    vagrant ssh
    
    cd vagrant
    
  4. Use psql (the PostgreSQL command line) to generate SQL DB

psql

\i tournament.sql

\q
  1. Run Tests
python tournament_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • Shell 5.1%
  • Ruby 3.1%