Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.37 KB

Medicine Availability

The app is an easy way to search for the medicine you need in your next door pharmacy.

Website:

User Story

  • As a user (customer), i want to be able to search for a medicine
  • As a user (customer), I want to be able to see the medicine info and the price in different pharmacies that have this medicine
  • As a user (customer), I want to be able to click on a pharmacy and see the info
  • As a user (pharmacist), i should be able to login
  • As a user (pharmacist), I should be able to edit medicine info and the price
  • As a user (pharmacist), I should be able to add a new medicine
  • As a user (pharmacist), i want to be able to logout

Database schema

Untitled Diagram (3)

How to Use our website !!

  • Clone the project, and cd to its directory

  • Run npm i to install npm deps

    npm i
    
  • create database

  • Run this to start the website:

     npm start
    

Team member