- Set up backend and frontend and connect them.
- Make a dummy auth
- Authenticate it and protect the routes in dummy way using local storage without using jwt for now
- Make two protected routes: dashboard, tradingpage
- Start with trandingpage
- Make the buy stock form
- Make the the form store the data in the database
- Make dashboard page
- Do the kafka producer and consumer for the trading page
- Effect the graph using redis data stored by the consumer.
- Make the leaderboard page
- Effect the graph after buying stocks
- Make the ui better.
- Make the auth better.
- Change it to websokets and make the graph update in real time.