Skip to content

dmholtz/logic_app_server

Repository files navigation

logic_app_server

Install

Install all dependencies using go mod download.

Run

To run the server, first create a database. This needs to be done only on the first start-up:

go run cmd/db_setup/main.go

To start the server, run:

go run cmd/server/main.go