Skip to content

simasima121/fullstack-nanodegree-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

Project: Tournament Results

Files and Directories Downloaded

Within the download you'll find the following directory and files:

vagrant/ ├── tournament.py ├── tournament.sql ├── tournament_test.py

Required Libraries and Dependencies

  • Make sure you have python installed [requires Python v2.7 to be installed]
  • Requires 'Vagrant VM' to be installed and configured

How to Run Project

To run this project:

  • Navigate to tournament directory in terminal
  • use command vagrant up (powers up virtual machine) followed by vagrant ssh
  • cd into /vagrant and then cd /tournament
  • input python tournament_test.py to see test results

Miscellaneous

The tournament_test.py file was pre configured, the tournament.sql and tournament.py files were implemented by myself

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • HTML 9.7%
  • Shell 1.1%
  • Ruby 0.9%