Skip to content

dastron/fullstack-nanodegree-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

rdb-fullstack

Common code for the Relational Databases and Full Stack Fundamentals courses

#Setup:

*Install both VAGRANT and VIRTUAL BOX *Open Terminal and navigate to tourment folder. *Launch VAGRANT using "vagrant up" *SSH into VAGRANT "vagrant ssh" *Navigate to /vagrant/tournament "cd /vagrant/tournament"

*Setup PSQL using tournament.sql (Load the tables into a db named tournament)

##Testing or Running For Testing: Run tournament_test.py "python tournament_test.py"

For Running: Run tournament.py "python tournament.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%