- Go in your machine
- A MongoDB instance
# Clone this repository
git clone https://github.com/Drylozu/GoImages.git
# Build the project
go build main.go
./main
## or (Windows)
main.exe
--host
(default: 127.0.0.1:3000). Set the interface to listen.--prefork
(default: false). Enable prefork mode.