Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 624 Bytes

Clean and Go

Description

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.

Run and Go

  1. Go to Makefile and change the database credential, also change database credetial on server.go
  2. Run the migration using the following command
$ make migrateup
  1. Run the application using the following command
$ go run server.go

Finish and Go

Don't forget to install or prepare Mysql database on board!