/flipr

Website for showing stocks trends over the last 5 years

Primary LanguageTypeScript

StockHub

A website to display, analyze and visualize listed companies' stock prices. Made using react, nodejs and mongodb with typescript. Users have to create an account and login to access the stock data and visualize them.

live link - https://stock-hub.netlify.app/

NOTE

Currently, server is hosted on free tier of @render.com and that's why, it can take a while to first load.

Project Contributors

Tech Stack

Client: React, Redux, Typescript

Server: Node, Express

Database: MongoDB

API Documentation

live link - https://documenter.getpostman.com/view/20112651/2s8ZDU5j9r

Run Locally

Clone the project

  git clone https://github.com/Tapesh-Vashisth/flipr.git

Go to the project directory

  cd flipr

Install dependencies

  npm install

Start the client

  npm start

Start the server

  npm run dev