Skip to content

arccoza/fsnd_p3_vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

fullstack-nanodegree-vm

Common code for the Relational Databases and Full Stack Fundamentals courses

fsnd_p3_tournament

To test the tournament API:

  • Clone this repo to your local machine.
  • From the vagrant directory type vagrant up to start the vagrant VM.
  • Login to the VM with vagrant ssh.
  • Navigate to /vagrant/tournament.
  • Run psql.
  • From the psql command line, type \i tournament.sql.
  • \q to exit the psql command line.
  • Run python tournament_test.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Python 2.4%
  • Other 0.2%