move into /app dir and add new db handler + wrappers

This commit is contained in:
Logan Cusano
2025-05-11 20:33:57 -04:00
parent 163153d7f6
commit 67925c120a
8 changed files with 840 additions and 30 deletions

View File

@@ -13,5 +13,7 @@ build:
run: build
docker run -it --rm \
--name $(SERVER_CONTAINER_NAME) \
-e DB_NAME=$(DB_NAME) \
-e MONGO_URL=$(MONGO_URL) \
--network host \
$(SERVER_IMAGE)