Categorygithub.com/AMSteffensen/goapp
repository
0.0.0-20240725163219-ce75fc7291a3
Repository: https://github.com/amsteffensen/goapp.git
Documentation: pkg.go.dev

# Packages

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

# README

Go Web Application

This is a simple web application written in Go.

Table of Contents

Requirements

  • Go 1.16 or later

Installation

  1. Clone the repository:

    git clone https://github.com/amsteffensen/goapp.git
    cd goapp
    
  2. Install the dependencies:

    go mod download
    

Usage

  1. Run the application:

    go run cmd/web/*.go
    
  2. Open your web browser and go to http://localhost:8080.