About Application | Technologies | Routes | How to run | Project Status | License
Project to help beer lovers find the best solution when drinking with side dishes. The PUNK API was used to capture information about the beer catalog. The project was created at the Open Laravel Week event by Beer and Code.
- PHP
- Laravel
- Laravel Sail (Docker)
- MySQL
- Redis
- Minio
- MailHog
- InertiaJS
- VueJS
- Tailwindcss
- AWS
- Terraform
First, start by cloning the repository:
git clone https://github.com/shunny2/olw
After cloning the repository, you will need to install a container containing PHP and Compose to install the dependencies. Then go to the project root directory and run:
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqs
Enter the project root directory and create the project images and run the containers:
sail up -d
Install project dependencies:
sail composer install
Now, run the creation of migrations and seeders:
sail art migrate --seed
Below are the accessible routes of the application:
Status: Completed.
This project is under an MIT license.
Created by Alexander Davis.