jamesmawm / golang-user-microservice

Create a micro service for handling user accounts.
MIT License
7 stars 6 forks source link

Implement REST API endpoints as defined in `swagger.yml`. #4

Closed jamesmawm closed 4 years ago

jamesmawm commented 4 years ago

After the swagger.yml file is updated in #3 , implement the REST endpoints in main.go for user's CRUD operations.

jamesmawm commented 4 years ago

CRUD operations implemented in #10.