This repository contains a FastAPI backend for options analysis.
To run the application, follow these steps:
- Clone the repository:
git clone /home/deviant/git_clone/options_analysis_backend/backend
- Navigate to the project directory:
cd backend - Install the required dependencies:
pip install -r requirements.txt
- Start the FastAPI server:
uvicorn main:app --reload
- FastAPI backend for options analysis
- Easy to set up and run