A full-stack application for Indian stock market tracking, portfolio management, sentiment-driven news analysis, and ML-powered price predictions.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Frontend: improve mobile UI (Auth centered, Predictions controls responsive with loading message). Backend: treat Render as serverless via DISABLE_LSTM_TRAINING flag to skip LSTM training on constrained instances.
a4a14d4View on GitHubBackend: remove Vercel serverless config, tighten CORS, add /api health; Frontend: set API base URL to http://localhost:5001 and align endpoints; misc: cleanups
142280bView on GitHubfix(backend): restore app.js with health route and CORS; add api/index.js for /api root; lazy-load tf in predictions; ensure serverless routing works on Vercel
5a30e38View on GitHubchore(vercel): restrict backend build to api/**/*.js with vercel.json; reduce serverless entrypoint conflicts
61a6a3fView on GitHubfeat(vercel): serverless backend (api/[...path]), Express app, serverless guards; frontend API base from env or same-origin; dashboard polling replaces Socket.IO; add serverless-http dependency
b06e541View on GitHubfeat: prepare Vercel deployment (frontend env API_URL, multi-origin CORS)
72c691eView on GitHubdocs: remove external provider mentions; emphasize our own LSTM training
a96a901View on GitHubInitial commit: project setup, README, gitignore, secure auth
33d91d7View on GitHub