Skip to content

Repository files navigation

MiView Dashboard

A real-time market data and trading insights dashboard.

Deployment Instructions

Deploying to Vercel

  1. Install the Vercel CLI:
npm install -g vercel
  1. Login to Vercel:
vercel login
  1. Deploy the project:
vercel

Manual Deployment

  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Project Structure

  • templates/index.html - Main application file
  • vercel.json - Vercel deployment configuration
  • package.json - Project dependencies and scripts

Features

  • Real-time market data visualization
  • Oil price tracking
  • FX rates monitoring
  • Interactive charts
  • Chat interface for data queries

1. Clone and install

git clone https://github.com/youruser/miview-lite.git
cd miview-lite/backend && python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # add your API keys
cd ../frontend && npm install

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages