Skip to content

Uma api de rede social feita em micro serviços com C#, ASP.NET, EF Core, SQLite, RabbitMQ e Docker.

Notifications You must be signed in to change notification settings

OLuwis/dotnet-social-media-api

Repository files navigation

.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

About

Uma api de rede social feita em micro serviços com C#, ASP.NET, EF Core, SQLite, RabbitMQ e Docker.

Resources

Stars

Watchers

Forks