PharmacyApp

This is MERN stack web project

Run Locally

  1. Clone repo
  2. Setup MongoDB Install it from here Click here
  3. Run Backend
  • $ cd backend
  • $ npm install
  • $ npm start
  1. Run Frontend open new terminal
  • $ cd frontend
  • $ npm install
  • $ npm start