KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Swagger, Controller + Service for User #16

Closed jsunthon closed 4 years ago

jsunthon commented 4 years ago

This MR adds a UserController which exposes an endpoint to create User. This then hits the UserService which successfully saves a user to database.

Also adds Swagger to expose a UI to hit this REST endpoint that way.