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.
Client: React, Redux, Typescript
Server: Node, Express
Database: MongoDB
live link - https://documenter.getpostman.com/view/20112651/2s8ZDU5j9r
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