Website developed for a hometown marble & granite company as a freelancing project back in 2017.
- PHP 5.4
- JQuery 3.2
- Bootstrap 4
- MySQL 8.1
Docker is required to run the application, please refer to docker docs for installation instructions.
- Clone the repo
git clone https://github.com/brunolexander/gmc.git
- Navigate to the project's directory
cd gmc
- Start and run the application
docker-compose up
- 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.