Skip to content

NomikaGajula/MEDSURPLUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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