项目作者: H-Richard

项目描述 :
Backend for Talent, a talent acquisition web application
高级语言: Go
项目地址: git://github.com/H-Richard/talent-backend.git
创建时间: 2020-07-15T04:41:49Z
项目社区:https://github.com/H-Richard/talent-backend

开源协议:

下载


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.