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-24 17:50:42 +01:00
app add File api endpoints 2019-12-24 13:52:10 +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 remove id from File model and make 'hash' primary key 2019-12-24 17:50:42 +01:00
public very hacky implementation of item create endpoint 2019-12-21 19:08:40 +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
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 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