https://github.com/arvind-4/stocks
Simple Stock Data Website.
https://github.com/arvind-4/stocks
django django-application django-project html html5 pip python python3 python39 stock-data stocks virtualenv
Last synced: 3 months ago
JSON representation
Simple Stock Data Website.
- Host: GitHub
- URL: https://github.com/arvind-4/stocks
- Owner: Arvind-4
- License: mit
- Created: 2021-09-26T05:30:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T16:42:32.000Z (over 1 year ago)
- Last Synced: 2024-05-30T16:56:58.178Z (12 months ago)
- Topics: django, django-application, django-project, html, html5, pip, python, python3, python39, stock-data, stocks, virtualenv
- Language: HTML
- Homepage: https://awesomestocks.vercel.app
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stocks:
A sleek Django site for viewing stock data, deployed on Vercel for smooth performance.## 📦 Tech Stack:
- [Django](https://www.djangoproject.com/) - Django makes it easier to build better web apps more quickly and with less code.
- [Bootstrap](https://getbootstrap.com/) - Build fast, responsive sites with Bootstrap.
- [Vercel](https://vercel.com/) - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.## Demo:
## Getting Started:
- Clone repository
```bash
mkdir ~/Dev/stocks -p
cd ~/Dev/stocks
git clone https://github.com/Arvind-4/Stocks.git .
```- Install Dependencies:
```bash
cd ~/Dev/stocks
python3.9 -m pip install virtualenv
python3.9 -m virtualenv .
source bin/activate
pip install -r requirements.txt
```- Run Server:
```bash
cd ~/Dev/stocks
python manage.py runserver
```Open [localhost:8000](http://localhost:8000) in your favourite browser :)