Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.32 KB

Food Totem Catalog

build Deploy Coverage

This is a repository to maintain the catalog of Food Totem project. It is a microservice that provides the catalog of products and their prices. It is a REST API, accessible through HTTP requests by the API Gateway configured on another repository.

The complete documentation could be found on the API Gateway repository.

Besides that, it has an local version to be used on development environment. It is a simple web application that provides a user interface to manage the catalog. It is accessible through a web browser on the address http://localhost:3003/swagger.

Requirements

  • .NET 6.0 or above
  • Docker

Running the application

On the root folder:

  make run-services