/talent-backend

Backend for Talent, a talent acquisition web application

Primary LanguageGo

Talent-Backend

Prerequisites

Development

To get started with development, we must first set up our environment.

  1. cp .env.example .env and fill out the environment variables, note that DB_HOST must match the name of our postgres service talent-postgres.
  2. simply run docker-compose up -d

Tests

To run tests, we must first write them.