Skip to content

Arvind-4/Stocks

Repository files navigation

stocks:

A sleek Django site for viewing stock data, deployed on Vercel for smooth performance.

📦 Tech Stack:

  • 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.

Demo:

Home Page

Getting Started:

  • Clone repository
mkdir ~/Dev/stocks -p
cd ~/Dev/stocks
git clone https://github.com/Arvind-4/Stocks.git .
  • Install Dependencies:
cd ~/Dev/stocks
python3.9 -m pip install virtualenv
python3.9 -m virtualenv . 
source bin/activate
pip install -r requirements.txt
  • Run Server:
cd ~/Dev/stocks
python manage.py runserver

Open localhost:8000 in your favourite browser :)