Work in progress
This project use bimg to manipulate images so you need to install libvips
You also need swag to generate the documentation
go install github.com/swaggo/swag/cmd/swag@latest
and run
swag init -g cmd/main.g
Copy .env.example to .env and populate it with your envs and run the server
go run cmd/main.go