vsokoltsov / beeg_test_task

Test task for beeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beeg Test Task

Before run

  • Create file .env in root directory with environment keys. List of them provided in .env.sample

Run

  • make up

Stop

  • make down

Test

  • make test (make sure, that the app is running via make up)

Migrations

  • make migrate_up
  • make migrate_down
  • make add_migration ARGS=<name of the migration>

Benchmark

About

Test task for beeg


Languages

Language:Go 92.5%Language:Makefile 6.5%Language:Dockerfile 1.1%