c3lf-system-3/readme.md

10 lines
126 B
Markdown
Raw Normal View History

2019-11-15 22:36:24 +01:00
# lfbackend
2019-11-14 23:18:57 +01:00
2019-12-17 14:28:04 +01:00
This is the background api of c3lf.de
### Development server
```bash
2019-12-18 00:37:33 +01:00
cp .env.example .env
2019-12-17 14:28:04 +01:00
docker-compose up
```