These 14 commits are when the Protocol Buffers files have changed:
| Commit: | 8b05c01 | |
|---|---|---|
| Author: | Flakrim | |
| Committer: | GitHub | |
Implement a gRPC service responsible for adding credit cards (#51)
The documentation is generated from this commit.
| Commit: | 0c16edf | |
|---|---|---|
| Author: | flakrimjusufi | |
Removed unused code and updated documentation
| Commit: | 8a0ffaa | |
|---|---|---|
| Author: | flakrimjusufi | |
Fixed lint
| Commit: | f365233 | |
|---|---|---|
| Author: | flakrimjusufi | |
Updated: - grpc-gateway api endpoints - User-interface - Seeds - README.md
| Commit: | 347983f | |
|---|---|---|
| Author: | flakrim | |
ADDED: Json payload to grpc proto message in <string,string> format and base64 encoding to map[string]string
| Commit: | b47e5ab | |
|---|---|---|
| Author: | flakrim | |
Updated proto file and added necessary gRPC services to integrate the ui. Added the model for credit card application form + created a seed script to populate the database
| Commit: | 0be7c67 | |
|---|---|---|
| Author: | flakrim | |
Added client server for credit cards service
| Commit: | 88d2bae | |
|---|---|---|
| Author: | flakrim | |
Added http server and some basic operations to interact with postgreSQL
| Commit: | aea4c57 | |
|---|---|---|
| Author: | flakrim | |
Added two more endpoints, one for getting user by name and one for getting user by id
| Commit: | 4a3234c | |
|---|---|---|
| Author: | flakrim | |
Added the basic example as in previous versions and removed a fmt.println
| Commit: | 91c5841 | |
|---|---|---|
| Author: | flakrim | |
Completed the CRUD operations with gRPC and golang
| Commit: | 317c419 | |
|---|---|---|
| Author: | flakrim | |
Defined the routes and added the service for User
| Commit: | 78d7e49 | |
|---|---|---|
| Author: | flakrim | |
Added User implementation
| Commit: | 3c19341 | |
|---|---|---|
| Author: | flakrim | |
First commit