# josephspurrier/gowebapp

Basic MVC Web Application in Go

Repository: https://github.com/josephspurrier/gowebapp
Canonical: https://ross.abutalabs.com/products/gowebapp
Language: Go
License: MIT
License Family: permissive
Topics: go, golang, web-application
Last push: 2021-05-23T12:15:32+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4084, "days_push": 1928, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1162, forks 196 (observed 2026-08-28T04:03:49.463541+00:00)

## What it is
GoWebApp is a basic MVC web application template in Go that demonstrates how to structure and build a website without a framework. It includes user registration and login with support for Bolt, MongoDB, and MySQL databases.

## Use cases
- learn how to structure a Go web application without a framework
- starter template for building a Go MVC website
- example of user registration and login in Go
- see how to wire Bolt, MongoDB, or MySQL into a Go app
- reference for organizing Go web project folders

## When to choose
- you want a minimal, framework-free Go web app skeleton to learn from or fork
- you need a simple example of auth (login/register) in Go
- you prefer plain Go standard library patterns over heavy frameworks

## When to avoid
- you need a production-ready, actively maintained web framework
- you want an API-only backend (use the author's gowebapi instead)
- you need modern Go module support out of the box on the main branch

## Facets
- artifact type: application
- maturity: maintenance
- function: web-framework, auth, templating, routing
- domain: web-development, backend, developer-tools
- platform: go, cross-platform
- tags: mvc, boilerplate, starter-template, golang, no-framework, user-authentication, web-server

## Member repositories
- josephspurrier/gowebapp (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.463541+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:31:38.733455+00:00, confidence not recorded.
  - readme: https://github.com/josephspurrier/gowebapp (fetched 2026-08-28T04:03:49.463541+00:00, sha d4b2ad7632bd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
