Gin + Go Web App

This is a minimal, functional Go application using the Gin web framework. Features:

  • Basic REST endpoints
  • HTML page rendering with templates
  • In-memory data store for demonstration

How to run

Structure

  • main.go: application entry and routes
  • templates/index.html: HTML template for root page
  • static/style.css: simple CSS
  • go.mod: module declaration
Description
No description provided
Readme 27 KiB
Languages
HTML 52.9%
Go 41.9%
CSS 5.2%