Skip to content

mabhilash/tournament-db-swisspairings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Swiss pairing project

  1. Install Vagrant and VirtualBox

  2. Clone the fullstack-nanodegree-vm repository from URL:https://github.com/udacity/fullstack-nanodegree-vm

  3. Launch the Vagrant VM: a. Open the command line and navigate to tournament folder. b. Run 'vagrant up' and then 'vagrant ssh' commands.

  4. Write SQL database and table definitions in a file (tournament.sql) a. To run the tournament.sql file, Type 'psql' and then \i tournament.sql b. To connect to database enter '\c tournament'

  5. Write Python functions filling out a template of an API (tournament.py)

  6. Run a test suite to verify your code (tournament_test.py) a.To run the test suite run the command 'python tournament_test.py' command in tournament folder.

The below document helps in getting started for the project.

https://docs.google.com/a/knowlabs.com/document/d/16IgOm4XprTaKxAa8w02y028oBECOoB1EI1ReddADEeY/pub?embedded=true

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published