The app is an easy way to search for the medicine you need in your next door pharmacy.
Website:
- 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
-
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