#!/bin/bash # start.sh starts the server export PORT=3000 go run main.go