This is mini project that implement Clean Architecture concept and implement Dependecy Injection. This mini project also using minimalize library, like only use standart http library from Go, and using only Database Driver without using any ORM.
- Go to Makefile and change the database credential, also change database credetial on server.go
- Run the migration using the following command
$ make migrateup
- Run the application using the following command
$ go run server.go
Don't forget to install or prepare Mysql database on board!