Skip to content

arcbjorn/store-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Management System

using Go, gRPC

System uses:

  • Client streaming
  • Server streaming
  • Bidirectional streaming
  • JWT Authentication with roles using gRPC interceptors

Development

# install dependencies
make install

# generate protocol buffer files (types)
make gen

# remove protocol buffer files (types)
make clean

# run in Development mode
make run

# run all tests
make test

Debugging with Evans

# run server
make server

# run Evans (2nd terminal)
evans -r repl -p 8080

About

Store management system for laptops using Go, gRPC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published