Skip to content

fajarihsan21/go-backend

Repository files navigation

Installation Steps

  1. Clone the repository
git clone https://github.com/fajarihsan21/go-backend.git
  1. Install dependencies
go get -u ./...
# or
go mod tidy
  1. Run the app
go run *.go serve
# or
go run main.go serve

You are all set!

API Documentation

Built with