You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christopher James Hayward
4686a97c6e
|
1 year ago | |
---|---|---|
bin | 1 year ago | |
cmd/server | 1 year ago | |
config | 1 year ago | |
proto | 1 year ago | |
server | 1 year ago | |
.gitignore | 1 year ago | |
README.org | 1 year ago | |
buf.gen.yaml | 1 year ago | |
buf.lock | 1 year ago | |
buf.yaml | 1 year ago | |
flake.lock | 1 year ago | |
flake.nix | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago |
README.org
Users
Instructions
-
Clone this repository:
git clone https://git.chrishayward.xyz/x/users.git && cd users
-
Load the development shell:
nix develop
-
Build the application:
users-build
-
Run the test server:
users-test
-
The gRPC server is available on localhost:8080
-
The HTTP gateway is available on localhost:8081