Skip to content

robertt3kuk/xiaoma-test-task

Repository files navigation

Test task

Description

at first we need to start the postgresq in docker or in local

make post-up

it will start the postgresql in docker

then we need to run the migrate command to create the tables in the database

go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
make local-up

and then you can build and run the app

go mod tidy
make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages