Connect to db (not working yet)

This commit is contained in:
2022-10-25 23:30:42 +02:00
parent 9d3cec7cf6
commit 95c7bfe933
2 changed files with 41 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ api: api-start
api-init:
cd src/api; go build -o ../../bin/engine_x_mgmt
api-start:
./bin/engine_x_mgmt &
cd bin; ./engine_x_mgmt
api-stop:
# Setup UI