Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 325 Bytes

go_simple_api

This is simple api that get some data (study for clean architecture)

how to start

$ make run-db
$ make db-migrate
$ make run-server

how to check them

$ curl http://localhost:3000/healthcheck
-> Health Check is OK% 
$ curl http://localhost:3000/drama
-> You can get some data!