Skip to content

mudgaled/Backend_Bandits

Repository files navigation

# Backend Bandits: Stock Trading Management System

## Project Overview

### Trading App
The Backend Bandits Stock Trading Management System is a comprehensive platform designed to streamline and optimize stock trading activities. This system provides a robust solution for managing portfolios, tracking market trends, and analyzing investment performance.

## Features

- Real-time market data visualization
- Portfolio management and tracking
- Trade execution and order management
- User authentication and account security
- Historical performance analytics
- Custom alerts and notifications

## Getting Started

### Prerequisites

- Python 3.10+
- MySQL

### Installation

1. Clone the repository:
   ```bash
   git clone https://github.com/mudgaled/Backend_Bandits
  1. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up environment variables:

    • Copy .env.example to .env
    • Update the variables with your configuration

Running the Application

Start the development server:

  1. Initiate Database:

    flask db migrate -m "First Migration"
  2. Start the Server:

    python app.py
  3. Use the app:

    • Once the server is running, you can access the application through your local browser.

*Team Members*: 
1) Raghav Mudgal
2) Ruhaan Mohan
3) Gurhans Grover
4) Dhyey Bhanderi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors