Closed mathew-kurian closed 9 years ago
@RR-1995 Can you help matt out?
I'll get to it after finishing the UML
@RR-1995 @MatthewKimUT Here is the install script. I highly suggest you use a Linux machine or VM (VM would be best) https://github.com/bluejamesbond/cs373-idb/blob/master/scripts/setup/install.sh (school machines have limitations btw)
how many tests do we need?
i would say like 3 per table. shouldn't be hard at all
got it
The last line of the script should be
pm2 start -i 0 -x --interpreter python3 index.py -p 5000
I'll do the tests for game and company.
is there no company-platform table?
i don't see one in mysql
companyplatform is a hybrid view (materialized on use)
i think we're done here
You will need to install MySQL -u root -p 123456
Migrate data into your db https://github.com/bluejamesbond/cs373-idb/blob/master/migrate.py
Add test cases in this file: https://github.com/bluejamesbond/cs373-idb/blob/master/tests.py