Simple REST API using Go (CRUD) Not using Docker Start the server: go run main.go (localhost:10000) Using Docker Start the server: docker-compose up --build (localhost:3000) Use curl or an extension (i.e. REST Client, if using vs-code) to send requests.