Local setup Clone the repository and navigate to it git clone https://github.com/Glenn-Chiang/forum-api cd forum-api Set up a PostgreSQL database with Docker docker-compose up -d Run the server export ENV=development go run cmd/main.go