Skip to content
/ olw Public

Project to help beer lovers find the best solution when drinking with side dishes.

License

Notifications You must be signed in to change notification settings

shunny2/olw

Repository files navigation

About Application    |    Technologies    |    Routes    |    How to run    |    Project Status    |    License


olw-gif

Repo Stars Forks License

About Application

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.

Technologies

How to run

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

Routes

Below are the accessible routes of the application:

Project Status

Status: Completed.

License

This project is under an MIT license.


Created by Alexander Davis.

Releases

No releases published

Packages

No packages published