Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 584 Bytes

INSTALL.md

File metadata and controls

16 lines (11 loc) · 584 Bytes

Fantasy Stock Trading

Use fake money to trade stock shares from your favorite companies.

Installation Instructions for SQL Database

1.) Install postgres
2.) Run backup.sql script in db/backups directory

Installation Instructions to Run App Locally

1.) Run npm i in root directory
2.) Run npm i --prefix client in root directory
3.) Rename .env_sample to .env file and replace any API keys with your own. For database URL reach out to [email protected]
4.) Run npm run dev in root directory to start server
5.) Open browser at http://localhost:3000/