Simple app to buy, sell, and quote stocks. Written in PHP/MySQL (in 2012).
- Download repository, unzip, and place folder onto Desktop
- Download and install MAMP (https://www.mamp.info/en/downloads)
- Open MAMP. Click
Preferences > Document Root > Select New Document Root
and select the unzippedcs50-pset7
folder that's on your Desktop. - Click
Start Servers
- Open Browser and go to
http://localhost:8888/phpMyAdmin
- Click
New
on the left hand column. Entercs50-finance
for Database Name and clickCreate
- Click
cs50-finance
from left hand column. Then clickImport
- Click
Choose File
and select_database.sql
in thecs50-pset7
folder on your Desktop. ClickGo
- Open new Browser tab and go to
localhost:8888/index.php