A minimal starter project for a Go API using Gin and SurrealDB.
- Docker (including docker-compose)
- Make sure the Docker engine is running
- Build app using
docker-compose build
- Start backend and surrealdb containers using
docker-compose up
- The API should be available at
localhost:8100
- check the container output for an example URL