Ingen beskrivning

0xc3 3d454861c6 init 22 timmar sedan
migrations 3d454861c6 init 22 timmar sedan
src 3d454861c6 init 22 timmar sedan
.gitignore 3d454861c6 init 22 timmar sedan
README.md 3d454861c6 init 22 timmar sedan
go.mod 3d454861c6 init 22 timmar sedan
go.sum 3d454861c6 init 22 timmar sedan

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