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
2020-01-18 00:26:00 +01:00
app bugfix in Container.php: also return empty containers again 2020-01-17 20:03:24 +01:00
bootstrap added api generator for backend 2019-11-23 02:38:29 +01:00
config setup database config for testing 2020-01-18 00:26:00 +01:00
container fix 405 error in docker 2019-12-17 14:10:46 +01:00
database add proper migration for currentfiles view 2020-01-18 00:25:30 +01:00
public add 'returned' flag in items 2019-12-28 04:31:44 +01:00
resources/views init 2019-11-14 23:18:57 +01:00
routes add File api endpoints 2019-12-24 13:52:10 +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
backup.sh Added backup script 2019-12-28 04:26:26 +01:00
composer.json add dependency for db migrations 2019-12-15 21:46:29 +01:00
docker-compose.yml docker: remove unneeded network-config 2019-12-22 17:50:58 +01:00
phpunit.xml setup database config for testing 2020-01-18 00:26:00 +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