Không có mô tả

0xc3 3d454861c6 init 22 giờ trước cách đây
migrations 3d454861c6 init 22 giờ trước cách đây
src 3d454861c6 init 22 giờ trước cách đây
.gitignore 3d454861c6 init 22 giờ trước cách đây
README.md 3d454861c6 init 22 giờ trước cách đây
go.mod 3d454861c6 init 22 giờ trước cách đây
go.sum 3d454861c6 init 22 giờ trước cách đây

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