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!