Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 394 Bytes

Test tast for NIX course

Build and Run (Locally)

Prerequisites

  • go 1.13

Create .env file in root directory and add following values:

DB_USER=root
DB_PASSWORD=1212
DB_HOST=localhost
DB_PORT=3306
DB_NAME=parser_db