Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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