- Clone the project
git clone https://link-to-project- Go to the project directory
cd my-project- Copy
.env.exampleto.env
cp .env.example .env- Add
publics/documentsdirectory
mkdir publics/documents- Add
publics/imagesdirectory
mkdir publics/images- Install dependencies
go mod tidy- Start the server
go run main.go- Build the project
docker compose up --build -d- Start compose watch
docker compose watch