Personal stock tracking and watchlist application built with Next.js.
Created by nk10nikhil.
MyStockTracker helps users:
- Track real-time market data
- Build and manage watchlists
- View company details and market widgets
- Receive automated personalized email updates
- Next.js (App Router)
- React + TypeScript
- Tailwind CSS
- MongoDB + Mongoose
- Better Auth
- Inngest
- Nodemailer
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 in your browser.
npm run dev
npm run build
npm run start
npm run lint- Configure environment variables before running auth, database, email, and AI workflows.
- This project keeps business logic and route structure intact while using MyStockTracker branding and content.