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.

12 lines
418 B

1 year ago
  1. #+TITLE: Users
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. * Instructions
  5. 1. Clone this repository: ~git clone https://git.chrishayward.xyz/x/users.git && cd users~
  6. 2. Load the development shell: ~nix develop~
  7. 3. Build the application: ~users-build~
  8. 4. Run the test server: ~users-test~
  9. 5. The gRPC server is available on *localhost:8080*
  10. 6. The HTTP gateway is available on *localhost:8081*