You Ship: A Golang project
We Ship: Awesome prizes!
Requirements:
- Go 1.26.1 or later
-
Clone the repo
git clone https://github.com/BananaJeanss/go-ship.git
-
cd into the project directory
cd go-ship -
Install dependencies
go mod tidy
-
Run the server
task run
-
Open your browser and navigate to
http://localhost:3000
task run: go run .task build: go build with flagstask test: go test ./...
This project is licensed under the MIT License - see the LICENSE file for details.