Initial commit

This commit is contained in:
2023-08-24 23:40:31 +03:00
commit 49c962e13c
32 changed files with 1360 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
first_run:
docker compose up -d db
@sleep 2
docker compose up -d migrate
docker compose up seed
docker compose up service
start:
docker compose up service