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 a286bdc17f
Implement swagger-ui
10 months ago
bin Add bin folder 11 months ago
cmd/server Implement swagger-ui 10 months ago
config Dial insecure 10 months ago
modules Implement swagger-ui 10 months ago
proto Implement swagger-ui 10 months ago
server Use chained calls for query 10 months ago
.gitignore Ignore DB file 11 months ago
.gitmodules Implement swagger-ui 10 months ago
README.org Update instructions 11 months ago
buf.gen.yaml Use gRPC gateway 10 months ago
buf.lock Use gRPC gateway 10 months ago
buf.yaml Use gRPC gateway 10 months ago
flake.lock Init repo 11 months ago
flake.nix Use gRPC gateway 10 months ago
go.mod Use gRPC gateway 10 months ago
go.sum Use gRPC gateway 10 months ago

README.org

Users

Instructions

  1. Clone this repository: git clone https://git.chrishayward.xyz/x/users.git && cd users

  2. Load the development shell: nix develop

  3. Build the application: users-build

  4. Run the test server: users-test

  5. The gRPC server is available on localhost:8080

  6. The HTTP gateway is available on localhost:8081