Skip to content

tanvir-hasan/Udacity_Project2-Tournament_Results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Tournament Results Final project created by Tanvir Hasan.

#Files included in this project

  • tournament.py -- Swiss-system tournament implemented in this file
  • tournament.sql -- definitions of the table for the tournament project in this file
  • tournament_test.py -- Tested the functionality of the project in this file for tournament.py

#How to use

a. Import your database scheme into PostgreSQL database.

Then type the following commands on you terminal:

psql -> create database tournament; -> \c tournament -> \i tournament.sql -> \q

You should make sure that the directory of your terminal is the same with the directory your codes under.

b. And run the tests of this project by typing

python tournament_test.py

In the end you will see the information is successfully running.

If you face any issues or want to suggest me to improve the project, email to [email protected]

Thanks!!

About

Tournament results project for Udacity Full Stack Nanodegree course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages