8000 GitHub - xiaomayi-ant/ass-ui-stock
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xiaomayi-ant/ass-ui-stock

Repository files navigation

ASS UI Stock

A stock market analysis and trading assistant UI, built with Next.js and LangGraph.

Project Structure

  • frontend/: Next.js based frontend application
  • backend/: LangGraph based backend service

Setup

Prerequisites

  • Node.js
  • pnpm
  • Git

Installation

  1. Clone the repository:
git clone git@github.com:xiaomayi-ant/ass-ui-stock.git
cd ass-ui-stock
  1. Install dependencies:
pnpm install

Configuration

  1. Backend Configuration (./backend/.env):
FINANCIAL_DATASETS_API_KEY=YOUR_API_KEY
TAVILY_API_KEY=YOUR_API_KEY
OPENAI_API_KEY=YOUR_API_KEY
  1. Frontend Configuration (./frontend/.env):
LANGGRAPH_API_URL=http://localhost:51497
NEXT_PUBLIC_LANGGRAPH_ASSISTANT_ID=stockbroker

Running the Application

  1. Start the backend:
cd backend
npm run start
  1. Start the frontend:
cd frontend
npm run dev

The frontend will be available at http://localhost:3000 and the backend at http://localhost:51497.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0