modulepackage
0.0.0-20220617061008-85ef1ef33e5d
Repository: https://github.com/fauzanar/clean-and-go.git
Documentation: pkg.go.dev
# README
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
- 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
Finish and Go
Don't forget to install or prepare Mysql database on board!