Arvind-4 / Stocks

Simple Stock Data Website.

Home Page:https://awesomestocks.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Simple Stock Data Website.

https://awesomestocks.vercel.app

License:MIT License


Languages

Language:HTML 52.1%Language:Python 46.4%Language:Shell 1.2%Language:CSS 0.3%Language:Procfile 0.1%