https://github.com/drift-labs/risk-dashboard-server
backend for the v2-risk-dashboard
https://github.com/drift-labs/risk-dashboard-server
Last synced: 6 days ago
JSON representation
backend for the v2-risk-dashboard
- Host: GitHub
- URL: https://github.com/drift-labs/risk-dashboard-server
- Owner: drift-labs
- Created: 2024-07-10T18:54:48.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T12:01:04.000Z (10 months ago)
- Last Synced: 2024-07-15T23:57:31.058Z (10 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Start
1. `python -m venv venv`
2. `source venv/bin/activate`
3. `pip install -r requirements.txt`
4. `python main.py`