Categorygithub.com/fev0ks/UserServiceSC
module
0.0.0-20210510201456-9971c6c79d0c
Repository: https://github.com/fev0ks/userservicesc.git
Documentation: pkg.go.dev

# README

How to run:

  • generate .pb.go:
    '
    .\protoc-gen.cmd*'
  • build project:
    'go build -v ./cmd/server'
  • run postgres DB p 5432:
    from root project dir execute - 'docker-compose up'
    tables will be created once server start
  • start:
    server.exe
    or just run by GoLang IDE

Notes:

  • configuration file is not implemented
  • mock db for tests is not implemented
  • sometimes some tests have additional spaces in message response :(
  • didn't read go project structure

# Packages

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