Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.32 KB

README.md

File metadata and controls

70 lines (54 loc) · 2.32 KB

.NET Social Media API

BR

Introdução

Esta aplicação foi feita usando .NET 8+ e C# 12+.

Esta API possui sistema de CRUD, autenticação, integração com bancos de dados e arquitetura de micro-serviços.

Esta API é conteinerizada com Docker e Compose, e também usa RabbitMQ para inter-comunicação entre serviços.

Feito com

.NET Badge C# Badge SQLite Badge Docker Badge RabbitMQ Badge

Desenvolvimento Local

  1. Clone este repositório
git clone https://github.com/OLuwis/dotnet-social-media-api.git
  1. Inicie o servidor local
dotnet run
  1. Acesse o servidor no seu navegador
http://localhost:8080

EN

Introduction

This application was built using .NET 8+ and C# 12+.

This API features a CRUD system, authentication, database integration, and a microservices architecture.

This API is containerized with Docker and Compose, and also uses RabbitMQ for inter-service communication.

Built with

.NET Badge C# Badge SQLite Badge Docker Badge RabbitMQ Badge

Local Development

  1. Clone this repository
git clone https://github.com/OLuwis/dotnet-social-media-api.git
  1. Start the local server
dotnet run
  1. Access the server in your browser
http://localhost:8080