Categorygithub.com/programzheng/base
repositorypackage
0.0.0-20220915163309-26336cee9af8
Repository: https://github.com/programzheng/base.git
Documentation: pkg.go.dev

# Packages

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

# README

base

This project is build ecommerce an api server

run

go

go run .

docker-compose

docker-compose up -d api

Makefile

make up

generate *.pb.go

cd internal/grpc/proto && /
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto

feature

  • admin user jwt authorization api
  • file upload and file response api
  • admin manage post
  • grpc play games

test tool

k6.io