💡 Pre-Mission brief
🚀 Challenge: SellScaleHood Financial App!
We are going to be building a simple version of Robinhood SellScaleHood (web client). This is going to require setting up a basic backend server, frontend application, and some sort of database.

The app is expected to be able to do three things:
- “Query” for specific stock tickers (i.e. search for $AAPL, $TSLA). Powered by yfinance library
- “Buy” and “Sell” specific stock tickers (i.e. enter ticker, quantity, and save the amount somewhere in a database)
- “View Portfolio” and see a list of all previously bought stock tickers.
In order to build these, we are expecting three core pieces:
- A REST API built using Flask Python SDK. Build necessary endpoints to complete challenge
- A React JS frontend application to interact with application (use Typescript if possible!)
- Some sort of database of your choice (PSQL, database, mongoDB, firebase, etc)
The ideal deliverable will be simple, elegant, and functional. Bonus points if it looks nice with a cool design!
🦾 Resources
Use these resources as starting points when working on this challenge! Also, feel free to Google around and find anything you need on StackOverflow/online when building!