Categorygithub.com/Vladroon22/Test-Task-BackDev
module
0.0.0-20241208235643-16d7f3e5c37a
Repository: https://github.com/vladroon22/test-task-backdev.git
Documentation: pkg.go.dev

# README

Test task on position Go Backend Developer

Configuration

sudo docker run --name=testDb -e POSTGRES_PASSWORD=11111 -p 5431:5432 -d postgres:16.2

Export env variables

export DB="postgres:11111@localhost:5431/postgres?sslmode=disable" 
export JWT="imagine your own secret key" 
export email="your email" (mail.ru) 
export AppPass="your application password" 

How to run

make run

To run tests

make test-mailer

make test-auth

# Packages

No description provided by the author
No description provided by the author