git clone git@github.com:genkovich/user-go-sv.git .
- Copy from ./docker/env.dist to ./docker/.env
- Fill in the .env file with the correct data, for example:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=5432
- Copy from env.dist to .env
- Fill in the .env file with the correct data, for example:
PSQL_DSN="postgres://postgres:postgres@localhost/postgres?sslmode=disable"
JWT_SECRET="TFtGJbQ9drDOSNrfRjJFbiUy55AF4/dXyOj+7lvmYBDPZB8BV97vEVwdxSgy0SDoFQlIOzL1oAh9VVT5oK82gQ=="
- Run the command to start the project: