- Start the backend:
```cd rapidash-backend && pip install -r requirements.txt && uvicorn main:app --reload
2. Start the frontend:
```bash
npm install && npm run devCreate a local environment file at the project root:
GROQ_API_KEY=Use .env.example for repo sharing and leave the values empty so contributors can fill in their own local settings.
Place nse_master.csv in rapidash-backend/data/ so backend validation can match holdings against NSE master data.
- Go to https://railway.app
- Sign in with GitHub
- New Project → Deploy from GitHub repo
- Select your
rapidash-backendrepo/folder - Railway auto-detects Python and runs:
uvicorn main:app --host 0.0.0.0 --port $PORT - Add environment variables in Railway dashboard:
GROQ_API_KEY=your_key_here - Railway gives you a URL like:
https://rapidash-backend-production.up.railway.app