Categorygithub.com/choopm/go-vue-jwt-grpc-greeter
module
0.0.0-20211202081328-77674a3bccfb
Repository: https://github.com/choopm/go-vue-jwt-grpc-greeter.git
Documentation: pkg.go.dev

# README

greeter

Go backend

Running it for development

You need to generate a certificate first, take a look at docker-entrypoint.sh.

export TLS_CRT=data/tls.crt; export TLS_KEY=data/tls.key; export PORT=4443; export DATABASE=data/gorm.db
go run cmd/greeter/main.go

Vue frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author