zgzgorg / iam-backend

0 stars 2 forks source link

Implement user register API #4

Closed kis87988 closed 3 years ago

kis87988 commented 3 years ago

This API main goal is define API style and swag docs implementation Outcome:

  1. user can call this API to register a new user, but waiting for approval. This means this API will create a user under the user table.
  2. API will extend read, update, and (delete) in the future
  3. API Swag documentation contains code

If possible, do a unit test too. If not, create another issue to follow up unit test