Signup and sign in using Golang API

hey guys
today I have faced with the following problem:

So I need to have a sign up form with email, password, and customer name columns.
I want to receive the corresponding request in my service when the new user was registered and after processing this request just return metadata that will be used to identify the user in future.
So just want to know how to run and configure the service locally to test every thing.

Best Regards