This is a simple Ecommerce backend template built with Go.
Make sure you have Go installed.
go run main.goOr, if you are using the Makefile:
make run-
Run the server
make run
-
Build the binary
make build
-
Clean binaries
make clean
-
Show project info
make about
-
Show help
make help