member-club

command module
v0.0.0-...-160053d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

README

This is a basic demo app for displaying a list of club members.

https://ilyaz-member-club.herokuapp.com/

image

Building locally

Requirements:

  • golang 1.16+

Commands:

go run .

It's also possible to run in "debug" mode, which means web assets will be loaded dynamically from files and you can change them without restarting the app (by default they're embedded at compile time):

go run -tags debug .

Building with Docker

docker build -t member-club .

docker run -p 8080:8080 member-club

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL