Skip to content

SanchitGeez/Investra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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