Mankatha is a warehouse stock trading learners' platform developed using React, MongoDB and Express.js.
git clone https://github.com/AkashSCIENTIST/Mankatha.git
cd StockOverflow
After this, open three terminals in the folder
cd database
mongod --dbpath=data --bind_ip 127.0.0.1
cd backend2
npm install
node index.js
npm install
npm start