A real-time market data and trading insights dashboard.
- Install the Vercel CLI:
npm install -g vercel- Login to Vercel:
vercel login- Deploy the project:
vercel- Install dependencies:
npm install- Start the development server:
npm starttemplates/index.html- Main application filevercel.json- Vercel deployment configurationpackage.json- Project dependencies and scripts
- Real-time market data visualization
- Oil price tracking
- FX rates monitoring
- Interactive charts
- Chat interface for data queries
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