Pharmacy Finder is a website that is used by customers to find pharmacies that sell the drugs in their prescriptions. Pharmacies can register on the site so that they can advertise the drugs and medicine they sell.
https://finderpharmacy.herokuapp.com/
Clone the repository and install the dependencies.
git clone https://github.com/CS3022-SE-G3/pharmacy_finder.git
cd pharmacy_finder
npm install
To start the express server on localhost, run the following
npm start
Go to http://localhost:3000 to start using the application.
Instruction manuals can be found under the Instruction Manuals folder.