Developed on Private GitLab Mirrored to GitHub

Goal of the project

The goal of the project is to learn some basics about docker, for that i needed a simple project to start with.. But i didn't need to think long for what i should make, the moment i saw @craqgerbil's username i knew i had to make an app for that.

API

yes, there will be an api service for this (will work on that after the docker image).

Dev env setup

Run the following commands to set up a develop environment:

  1. docker-compose up --build
  2. docker exec -it [website_phpfpm container id] /bin/bash
  3. composer install && npm install && npm run dev && chown www-data:www-data -R storage bootstrap/cache && cp .env.docker .env && php artisan key:generate && php artisan config:cache

inspiration from @craqgerbil on #tweetfleet