Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wamiq319/stock-app
This repository contains the source code for the STOCK-APP, developed for Steven on Fiverr. It includes two branches: main for development and production for deployment.
https://github.com/wamiq319/stock-app
Last synced: about 1 month ago
JSON representation
This repository contains the source code for the STOCK-APP, developed for Steven on Fiverr. It includes two branches: main for development and production for deployment.
- Host: GitHub
- URL: https://github.com/wamiq319/stock-app
- Owner: Wamiq319
- Created: 2024-12-02T16:26:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T02:34:22.000Z (about 1 month ago)
- Last Synced: 2024-12-19T03:26:58.012Z (about 1 month ago)
- Language: CSS
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask App for Stock Analysis
This is a simple Flask web application that utilizes the **Alpaca API** for stock analysis and displays indicator results.
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/your-repo.git
cd your-repo
2.Create a virtual environment:
```bash
python -m venv venv
source venv/bin/activate # For Mac/Linux
venv\Scripts\activate # For Windows
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Run the Flask application:
```bash
python run.py
```
Your development server will start, and you can view the application
locally at http://127.0.0.1:5000/.