Skip to content

bredbrains/tthk-wish-list

Repository files navigation

Wish List

Dependencies

  1. Golang v1.16 or newer
  2. JWT-GO v3.2.0
  3. Gin CORS v1.3.1
  4. Go Playground Validator v10.4.1
  5. Go SQL Driver v1.6
  6. Crypto v0.0.0-20210421170649-83a5a9bb288b

Build Setup

Production Environment

  1. Set at environment variables: GIN_MODE=release
  2. go get -d -v
  3. go install -v
  4. ./tthk-wish-list
  5. Server should run on port 8080.

Development Environment

  1. go get -d -v
  2. go run . OR go build . && ./tthk-wish-list

Using Dockerfile, you just need to define GIN_MODE environment variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published