Technologies • Getting Started • Documentation
I undertook this challenge with an educational purpose to enhance my skills in Go programming language and improve my understanding of architecture and containers.
- Golang
- Docker
- PostgreSQL
git clone https://github.com/vnniciusg/backend-developer-challenge.gitUse the .env.example as reference to create your configuration file .env
DB_USER=YOUR_DB_USER
DB_PASS=YOUR_DB_PASS
DB_NAME=YOUR_DB_NAME
DB_PORT=5432
DB_HOST=db
DB_DRIVER=postgres
TEST_DB_USER=YOUR_TEST_DB_USER
TEST_DB_PASS=YOUR_TEST_DB_PASS
TEST_DB_NAME=YOUR_TEST_DB_NAME
TEST_DB_PORT=5433
TEST_DB_HOST=db_testHow to start your project
docker-compose upExplore the API using Swagger here