Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.04 KB

📊📈💸 Wallstreet24

Wallstreet24 is a real-time stock market simulation platform, where the users can subscribe for Ipos, buy and sell the stocks, view interactive charts and explore the stock news to analyze the stocks.

Table of Contents

Features

  • Real-time stock market simulation
  • IPO subscriptions with weighted average and pro rata allotment
  • Stock trading and interactive charts
  • Periodic stock news release

Repositories

Installation

Prerequisites

  • Node.js
  • Python
  • Docker

Frontend

git clone https://github.com/AbhishekBhosale46/WallStreet24-Frontend.git
cd Wallstreet24-frontend
npm install
npm run dev

Backend

git clone https://github.com/AbhishekBhosale46/WallStreet24-Backend.git
cd Wallstreet24-backend
docker-compose up