Install dependencies
go mod tidyCreate database file in the root folder
touch database.dbCopy .env.example file to .env
cp .env.example .envRun the project
go run cmd/app.main.go| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install dependencies
go mod tidyCreate database file in the root folder
touch database.dbCopy .env.example file to .env
cp .env.example .envRun the project
go run cmd/app.main.go