Skip to content

Repository developed during the ASP .NET Core course maintained by the company Luis Dev. This project was developed in the microservices module of the course, to simulate a payments microservice from the project DevFreela using RabbitMQ.

License

Notifications You must be signed in to change notification settings

AllanDutra/dev-freela-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Dev Freela Payments Microservice

Repository developed during the ASP .NET Core course maintained by the company Luis Dev. This project was developed in the microservices module of the course, to simulate a payments microservice from the project DevFreela using RabbitMQ.

📫 Routes

Payments Controller

"/api/payments"

Simulates the processing of a payment microservice

body:

{
  "idProject": int,
  "creditCardNumber": string,
  "cvv": string,
  "expiresAt": string,
  "fullName": string,
  "amount": decimal
}

response:

No content

🌐 Status

Finished project ✅

🧰 Prerequisites

  • .NET 7.0 or +

  • RabbitMQ

🔧 Installation

$ git clone https://github.com/AllanDutra/dev-freela-payments.git

$ cd dev-freela-payments/DevFreela.Payments.API

$ dotnet restore

$ dotnet run

Server listenning at http://localhost:5001/!

🔨 Tools used

About

Repository developed during the ASP .NET Core course maintained by the company Luis Dev. This project was developed in the microservices module of the course, to simulate a payments microservice from the project DevFreela using RabbitMQ.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages