Skip to content

Latest commit

 

History

History
100 lines (85 loc) · 2.15 KB

File metadata and controls

100 lines (85 loc) · 2.15 KB

Stockish 📈

An educational stock simulator app based on Spikecodes' Stotra. Built within 6 hours during a coding marathon.


✨ Features

  • 📊 Real-time inventory tracking
  • 🚨 Automated stock level alerts
  • 📑 Detailed reporting and analytics
  • 🖥️ User-friendly interface

Landing Page

Dashboard

Markets

Leaderboard

Guide

🚀 Getting Started

Clone this repository:

git clone https://github.com/foundsec/Stockish.git

🛠️ Prerequisites

1.Install node modules in root

cd Stockish
npm install

2.Install node modules in server

cd server
npm install
  1. Install node modules in app
cd app
npm install

🖥️ Running the website on localhost

  1. Go to app dir and run
cd /app
npm run dev
  1. Go to server dir and run
cd /server
npm run dev