Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 908 Bytes

File metadata and controls

28 lines (18 loc) · 908 Bytes

Readme

This is my tech assignment project.

I used Laravel framework for the backend and Vue, Vuex and Vuetify on the frontend. I used sqlite database for the sake of simplicity.

The deployed application can be accessed here: http://207.154.216.148:8081

I added an extra page, the beer list: http://207.154.216.148:8081/beers

Installation

The simplest way is to pull the docker image, then run it:

docker pull odavid87/odavid-distilled
docker run -p 80:80 -d --name="odavid87" odavid87/odavid-distilled

Running the tests inside the docker container

First you need to run the docker container. Please see the Installation section for details

Once the container is up and running, you can issue the following command to run tests: (please not)

docker exec odavid87 /bin/bash -c "./vendor/bin/phpunit"