Categorygithub.com/maximprokopchuk/auto_catalog_api_server

# 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:

Tests

Run tests:

make test

Linter

Run linter:

make lint

# Packages

No description provided by the author