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.
- .NET 6.0 or above
- Docker
On the root folder:
make run-services