mrmihi / go-template

Basic go-template to wip up a rest api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic go-template to wip up a rest api

License:MIT License


Languages

Language:Go 96.8%Language:JavaScript 3.2%