Initial backend service

This commit is contained in:
Ruslan Bakiev
2026-05-05 12:01:29 +07:00
commit 2357897530
44 changed files with 14773 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgresql://mapflow:mapflow@localhost:5432/mapflow
HATCHET_CLIENT_TOKEN=
HOST=0.0.0.0
PORT=4000