/go-template

Basic go-template to wip up a rest api

Primary LanguageGoMIT LicenseMIT

go-template

Heavily inspired by mailman

Central server for a standalone template email service

Prerequisites

  • Air - For live reloading
  • Node - For setting up git hooks (optional)

Getting started

  • Run go mod download to download all dependencies

  • Run go run ./src/main.go to start the development server without live reloading

  • Run air to start the development server with hot reloading

  • Optionally, run pnpm install to setup git hooks