It tracks the proposals for a particular purchase.I made this project for my college.
Clone both backend and frontend repositories and install node modules in both frontend and backend by following command
npm install
and after that you have to set up the mongoDB database
To start backend
npm run dev
To start frontend
npm start