Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Requirements

Marx J. Moura edited this page Sep 28, 2019 · 1 revision

Development platform

To run the API you need to install .NET Core.

Database

This API is compatible with PostgreSQL and SQL Server.

You need to install and configure the database of your choice.

Event bus

API uses RabbitMQ for asynchronous messaging strategy.

You need to install and configure the RabbitMQ.

Error tracking

API sends logs to Sentry when exceptions are thrown.

You need to have a Sentry account and create a project to get the DSN.

Clone this wiki locally