A sleek Django site for viewing stock data, deployed on Vercel for smooth performance.
- Django - Django makes it easier to build better web apps more quickly and with less code.
- Bootstrap - Build fast, responsive sites with Bootstrap.
- Vercel - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.
- Clone repository
mkdir ~/Dev/stocks -p
cd ~/Dev/stocks
git clone https://github.com/arvind-4/stocks.git .- Install Dependencies:
cd ~/Dev/stocks
uv sync- Run Server:
cd ~/Dev/stocks
uv run python manage.py runserverOpen localhost:8000 in your favourite browser :)