Skip to content

hyun-kang-km/golang-echo-example-app

Repository files navigation

Getting started

Install Golang (go1.16+)

Please check the official golang installation guide before you start. Official Documentation Also make sure you have installed a go1.16+ version.

Clone the repository

Clone this repository:

➜ git clone https://github.com/hyun-kang-km/golang-echo-example-app.git

Install dependencies

➜ go mod download

Build

➜ go build

Tests

➜ go test ./...

Run

➜ go run main.go

Demo API Docs

http://127.0.0.1:8585/swagger/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages