# 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