11 lines
208 B
Markdown
11 lines
208 B
Markdown
# PIbd-42_Kashin_M.I_FinalQualifyingWork
|
|
|
|
Модуль "Авторизация"
|
|
|
|
go mod init main
|
|
|
|
go mod tidy
|
|
|
|
.env
|
|
JWT_SECRET_KEY=mysecretkey123
|
|
DB_URL=postgres://postgres:password_db@localhost:5432/name_db |