An educational stock simulator app based on Spikecodes' Stotra. Built within 6 hours during a coding marathon.
- 📊 Real-time inventory tracking
- 🚨 Automated stock level alerts
- 📑 Detailed reporting and analytics
- 🖥️ User-friendly interface
![]() Landing Page |
![]() Dashboard |
![]() Markets |
![]() Leaderboard |
![]() Guide |
git clone https://github.com/foundsec/Stockish.git
1.Install node modules in root
cd Stockish
npm install
2.Install node modules in server
cd server
npm install
- Install node modules in app
cd app
npm install
- Go to app dir and run
cd /app
npm run dev
- Go to server dir and run
cd /server
npm run dev