Skip to content

GolangUnited/data-service_nonconformists_certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CERTIFICATES CERVICE

Data structure

erDiagram
    CERTIFICATE {
        string id PK "Cert ID"
        string userId FK "User ID"
        string courseId FK "Course ID"
        datetime issueDate
    }
Loading

Command to compile protocol buffer

$ protoc --go_out=. --go-grpc_out=. ./api/proto/certificates.proto

Build and run

docker build . -t gu-certmgr
docker run --rm -p 8080:8888 gu-certmgr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published