Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 431 Bytes

lemonilo

Test Case

Create a backend using GoLang for User Profile CRUD (UserID, Email, Address, Password) and Login Process (Username & Password) Process which follow SOLID Principles.

Running program

  1. you must have both docker and docker-compose installed
  2. clone this repo
  3. make localenv-up (setup localenv with docker for convenience local development)
  4. make run
  5. use postman collection included to test it