Accessible at: https://trading-tracker.pstefa.com/
This is a simple trading tracker that acts similarly to a Kahoot. It allows a host to start a trading session around a given quantity, lets say "Height of the Empire State Building", with unit "M".
The host can then share the session ID with the participants. The participants can then join the session and trade with one another about the given quantity. The host can then end the session, settle the market with a true theoretical and the users will be able to see their profit/loss.
The host can download the data as a JSON file, containing every trade and breakdowns of each user.
- Install Node.js
cd frontendnpm installexport REACT_APP_BACKEND_URL=http://localhost:8000npm run start
cd serverdocker compose up