BO
bo-er/clean-architecture-go
Implementation of clean architecture in GO lang
Clean Architecture GO
My Implementation of clean architecture in GOLang.
Building
Like Every Go application you can just run the following command to fetch the code
go get github.com/vidu171/clean-architecture-go
This will fetch the code in $GOPATH//src/github.com/vidu171/clean-architecture-go
from inside the ./src folder run the build command to build the code
go build
Running the server
To run the server just execute the build binary
./clean-architecture-go
Todo
- Add Mux Router
- Add Pluggable Logger
- Add Mongo DB
- Write Test Cases
- Implement dot Env
Contributions
Feel free to fork the repository and make a pull Request
๐