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
Go to file
2020-01-19 01:07:08 +01:00
app add tests for files and refactor 2020-01-19 01:07:08 +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 refactor items table 2020-01-18 21:37:02 +01:00
public create first tests 2020-01-18 00:39:45 +01:00
resources/views init 2019-11-14 23:18:57 +01:00
routes add tests for files and refactor 2020-01-19 01:07:08 +01:00
storage init 2019-11-14 23:18:57 +01:00
tests add tests for files and refactor 2020-01-19 01:07:08 +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 create first tests 2020-01-18 00:39:45 +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