/GenesianTheatreCompanyWeb

CS14-2 Capstone Work for Genesian Theatre Company Website Rebuild (Java)

Primary LanguageJava

Deploy database only need two steps.

  1. Move to the backend program folder:

cd your_path/GenesianTheatreCompanyWeb

  1. Replace your_username with the database's username, and your_database with the database's name:

psql -U your_username -d your_database -f capstone.sql