steve-ochoa / osu_cs_361_longbourn

Longbourn Foxes Team Repo
1 stars 3 forks source link

add database dump file, update client/readme with heroku info #45

Open contip opened 3 years ago

contip commented 3 years ago

added database/sql/dbdump-20201203.sql

can be used to recreate flip database at time of dump import to mysql using: mysql -h {DB_HOST} -u {DB_USER} -p{DB_PASSWORD} < {dumpfile.sql}

basic information on the heroku deployment added to client/README.md (added team osu emails as collaborators)