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
Find a file
2019-12-19 22:15:42 +01:00
app fix item delete endpoint 2019-12-19 22:15:42 +01:00
bootstrap added api generator for backend 2019-11-23 02:38:29 +01:00
config added api generator for backend 2019-11-23 02:38:29 +01:00
container fix 405 error in docker 2019-12-17 14:10:46 +01:00
database rename 'bezeichnung' field to 'description' 2019-12-15 20:34:47 +01:00
public improve the thumbnail hack 2019-12-11 23:12:00 +01:00
resources/views init 2019-11-14 23:18:57 +01:00
routes hide internal fields 2019-12-01 18:37:11 +01:00
storage init 2019-11-14 23:18:57 +01:00
tests init 2019-11-14 23:18:57 +01:00
.editorconfig init 2019-11-14 23:18:57 +01:00
.env.example add step in readme.md 2019-12-18 00:37:33 +01:00
.gitignore first try at docker 2019-12-17 01:33:40 +01:00
.styleci.yml init 2019-11-14 23:18:57 +01:00
artisan init 2019-11-14 23:18:57 +01:00
composer.json add dependency for db migrations 2019-12-15 21:46:29 +01:00
composer.lock added api generator for backend 2019-11-23 02:38:29 +01:00
docker-compose.yml fix 405 error in docker 2019-12-17 14:10:46 +01:00
phpunit.xml init 2019-11-14 23:18:57 +01:00
readme.md add step in readme.md 2019-12-18 00:37:33 +01:00

lfbackend

This is the background api of c3lf.de

Development server

cp .env.example .env
docker-compose up