This is a repository to maintain the payment of Food Totem project. It is a microservice that provides the payments of products bought by customers. 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 payments. It is accessible through a web browser on the address http://localhost:3002/swagger.
- .NET 6.0 or above
- Docker
On the root folder:
make run-services
Be sure to update the environment variables for your Mercado Pago access token and etc. This variables are set on the infra/local/docker-compose.yaml
file.