Categorygithub.com/grcatterall/go-web-server
module
0.0.0-20240528091544-b23e2e7e289b
Repository: https://github.com/grcatterall/go-web-server.git
Documentation: pkg.go.dev

# README

Run the below command to build and spin up the docker container

If first time running: docker build -t web-server .

Run docker: docker run -p 80:80 web-server

Local build:

cd cmd
go run .

Testing

Mocks created using the mockery package

brew install mockery

// From root
mockery --all

# Packages

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