Job Manager
Prerequisites
Go (v1.23.3 or higher)
MongoDB
Docker
Building and Running Locally
Clone the repository:
Create a
.env
file in the root directory and add your environment variables.
Start the development server:
The server should now be running at
http://localhost:8080
.
Deploying Using Docker
Build the Go program
Update the Makefile
Build the docker image
Run the docker image container
Last updated
Was this helpful?