Categorygithub.com/imantung/fullstack-golang-example
module
0.0.0-20241210120946-0dc6a42243ce
Repository: https://github.com/imantung/fullstack-golang-example.git
Documentation: pkg.go.dev

# README

Fullstack Golang Example

Example project to explore best practices for full stack website in Golang.

Prerequisite

  • Programming Language: Go
  • Task Manager/Build-Tool: GoTask
  • Live reload for Go Apps: Air
# For Mac
brew install go
brew install go-task
go install github.com/air-verse/air@latest

Getting Started

task --list-all   # Show available tasks
task run          # Run the project
task watch        # Watch CSS/JS 

Tech Overview

Project Checklist

  • Live reload
  • Nested templates (by project folder)
  • Watch CSS/JS
  • Custom Error Page
  • Go embed
  • Session
  • Database operation

Author

[email protected]

License

This project is licensed under the MIT License - see the LICENSE.md file for details

# Packages

No description provided by the author
No description provided by the author