Skip to content

vnniciusg/backend-developer-challenge

Repository files navigation

Backend Developer Challenge 💻

TechnologiesGetting StartedDocumentation

I undertook this challenge with an educational purpose to enhance my skills in Go programming language and improve my understanding of architecture and containers.

💻 Technologies

  • Golang
  • Docker
  • PostgreSQL

🚀 Getting started

Prerequisites

- Docker

Cloning

git clone https://github.com/vnniciusg/backend-developer-challenge.git

Config .env variables

Use 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_test

Starting

How to start your project

docker-compose up

📚Documentation

Explore the API using Swagger here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published