/FSND_p2

Udacity FSND P2 - Tournament results

Primary LanguagePython

Tournament results

About the project

It's a swiss tournament results code made for the second project of Udacity's Full Stack Nanodegree Program.

How to run the app

  • To load the sql file, connect to postgreSQL and type \i tournament.sql.
  • To run the code (it doesn't do anyhing yet, it's just a skeleton), type python tournament.py.
  • To test the code, type python tournament_test.py