Keine Beschreibung

0xc3 221f46b75a dev vor 3 Tagen
migrations 3d454861c6 init vor 3 Tagen
src 3d454861c6 init vor 3 Tagen
.env-temp 221f46b75a dev vor 3 Tagen
.gitignore 3d454861c6 init vor 3 Tagen
README.md 3d454861c6 init vor 3 Tagen
go.mod 3d454861c6 init vor 3 Tagen
go.sum 3d454861c6 init vor 3 Tagen

README.md

go build -o ./build/cmd/server/main.exe ./src/cmd/server/main.go
./build/cmd/server/main.exe
go run src/cmd/server/main.go

migrations-up

goose -dir ./migrations/ sqlite3 ${DB_URL} up

migrations-reset

goose -dir ./migrations/ sqlite3 ${DB_URL} reset
libreoffice --headless --convert-to xlsx file.xls

Зависимости

go get -u github.com/mattn/go-sqlite3@latest
go get -u github.com/joho/godotenv/autoload@latest
go get -u github.com/labstack/echo/v4@latest
go get -u github.com/labstack/echo/v4/middleware@latest
go get -u github.com/google/uuid@latest
go get -u github.com/xuri/excelize/v2@latest
go install github.com/pressly/goose/v3/cmd/goose@latest