# README
go-metrics-collector
Getting started
env
For start docker you should create .env
file (look into .env.template
for more info).
For server you should create .env.server
and for agent you should create .env.agent
files.
Running apps
About agent and server read more information in cmd folder.
Docker
$ docker-compose up -d
Changelog
You can find changelog in /internal/README.md
file.
Template update
Add template in remote:
$ git remote add -m main template https://github.com/Yandex-Practicum/go-musthave-metrics-tpl.git
For autotests code update:
$ git fetch template
$ git checkout template/main .github
# Packages
No description provided by the author