Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 797 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 797 Bytes

GMC Marble & Granite

Website developed for a hometown marble & granite company as a freelancing project back in 2017.

Image

Developed with

  • PHP 5.4
  • JQuery 3.2
  • Bootstrap 4
  • MySQL 8.1

How to run

Docker is required to run the application, please refer to docker docs for installation instructions.

  1. Clone the repo
git clone https://github.com/brunolexander/gmc.git

  1. Navigate to the project's directory
cd gmc

  1. Start and run the application
docker-compose up
  1. Access phpmyadmin through http://localhost:8081 and execute the query found in main/db/db_gmc.sql.

Done! You can now access the application via the following link: https://localhost:8080.