# README
Auto Catalog REST API Server
Usage
Create configs/config.toml
file. You can use configs/config.example.toml
as example
Install dependencies:
make deps
Run server:
make run
Build binary:
make build
Development
The server invokes GRPC procedures to fetch data from microservices, it includes interfaces generated in following microservices via create GRPC clients and make connection with microservices:
- https://github.com/maximprokopchuk/address_service
- https://github.com/maximprokopchuk/storehouse_service
- https://github.com/maximprokopchuk/auto_reference_catalog_service
Tests
Run tests:
make test
Linter
Run linter:
make lint
# Packages
No description provided by the author