gotham-stack

command module
v0.0.0-...-4584b12 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: BSD-3-Clause Imports: 18 Imported by: 0

README

Gotham Stack Template

This is a simple template which contains a todo app for bootstrapping a new Go web application project. It ues:

Getting Started

  1. Clone this repository.
git clone https://github.com/AlchemillaHQ/gotham-stack.git
  1. Install the dependencies.
go mod download
  1. Create a configuration file.
cp config.example.json config.json
  1. Run the application.
go run main.go

Testing & Building

For both testing and building we use a Makefile. To run the tests:

make test

To build the application:

make build

It should create binary files for some common platforms in the dist/ directory.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db

Jump to

Keyboard shortcuts

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