modulepackage
0.0.0-20230703034156-ebd278db7d52
Repository: https://github.com/xbizzybone/go-clean-code.git
Documentation: pkg.go.dev
# README
go-clean-code
Table of Contents
Introduction
This is a simple Go application that can be run on your local machine. It is a simple CRUD application that uses MongoDB as the database. It is built using the Clean Architecture and Hexagonal Architecture principles.
Prerequisites
- Go (version 1.19 or later)
- MongoDB
- Docker (optional)
- Visual Studio Code
Getting Started
- Clone the repository to your local machine:
git clone github.com/xbizzybone/go-clean-code
- Navigate to the project directory:
cd go-clean-code
- Install the dependencies:
go mod download
- Build the application:
go build
- Run the application:
.\go-clean-code
Additional Commands
- To run the application in development mode with live reloading:
go run .