Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 552 Bytes

MEDSURPLUS

Sell leftover medicines

  • put forth a creative idea to reduce medical waste by building an application that allows people to sell back their unused medications to pharmacies.
  • Aim is to connect individuals and pharmacies where users can sell their unused medicines to pharmacies.
  • It also provides certain incentives to users upon selling their medications.

Installation

To start the backend server

cd backend
npm install
npm start

To start the React app

cd frontend
npm install
npm run start