Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 726 Bytes

Pharmacy Finder

A small application to help you find the nearest pharmacy, based on provided latitude and longitude values

Creator

Stephen Walcher (stephenwalcher@gmail.com)

Components Used

  • Docker/Docker Compose
  • Laravel
  • Vue.js
  • Webpack
  • jQuery
  • Lodash
  • Bootstrap
  • Google Maps
  • SASS
  • Mariadb

Installation

To install this application, make sure that you have Docker and Docker Compose installed, then run docker-compose up --build from your command line in the root folder. After all containers and components have been downloaded and installed, you can visit the application by navigating to http://localhost:8080.

Note: It will take a few minutes to fully download and install all components