/Investra

A Minimal Paper Trading Platform - Practice your Trading Strategies on Real Time Stock Prices

Primary LanguageJavaScript

Investra

A Simple and Easy-to-Use Paper Trading Platform, for people trying to get into the world of Stock Market. You can practice your analysis with Fake money and Realtime prices giving you freedom to learn with Zero risk of losing money.

Read CONTRIBUTING.md to get the project Setup and start Contributing

Link

https://investra-sigma.vercel.app/

Demo

Login and Dashboard

Demo GIF

Balance and Purchase

Demo GIF

API Reference

MarketStack - to fetch realtime close prices of stocks

Run Locally

Clone the project

  git clone https://github.com/SanchitGeez/Investra.git

Go to the client directory

  cd client/

Install dependencies

  npm install

Start the client

  npm start

Go to the backend directory

  cd backend/

Install dependencies

  npm install

Start the client

  node server.js