Build Steps Generate the API server and SQL queries go generate Build the frontend application npm --prefix app install npm --prefix app run build Build the project go build -o ./tmp/main Running the Application Assuming you want to run the binary directly from the repository: Download the DB schema migration tool atlas curl -sSf https://atlasgo.sh | sh Copy the .env file and provide values for any empty variables cp .env.example tmp/ Start the server ./tmp/main Open the frontend or browse the API