Skip to content

dioncodes/go-surreal-starter

Repository files navigation

Go + SurrealDB Starter (Gin + Docker)

A minimal starter project for a Go API using Gin and SurrealDB.

Requirements

Setup

  1. Make sure the Docker engine is running
  2. Build app using docker-compose build
  3. Start backend and surrealdb containers using docker-compose up
  4. The API should be available at localhost:8100 - check the container output for an example URL

Releases

No releases published

Packages

No packages published