the third try to automate lost&found organization for chaos events. not a complete rewrite, but instead building on top of the web frontend of version 2. everything else is new but still API compatible.
now with more monorepo.
https://c3lf.de
app | ||
bootstrap | ||
config | ||
container | ||
database | ||
public | ||
resources/views | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
.styleci.yml | ||
artisan | ||
backup.sh | ||
composer.json | ||
docker-compose.yml | ||
phpunit.xml | ||
readme.md |
lfbackend
This is the background api of c3lf.de
Development server
cp .env.example .env
docker-compose up