JulianoMuteki / StudyProject

ASP.NET MVC Core + DDD + EF Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

Study Project

ASP.NET MVC Core + EF Core + NET 6

🇺🇸 This project is used as a study base to improve my technical skills. I'm modeling according to tutorials, videos and books. It has still a lot of bugs but that's part of it. I'm open to suggestions, tips.

🇧🇷 Este projeto é usado como base de estudo para aperfeiçoar minhas habilidades técnicas. Estou modelando conforme tutoriais, vídeos e demos. Ainda muitos bugs mas faz parte. Estou aberto a sugestões, dicas 😁

🇮🇹 Questo progetto viene utilizzato come base di studio per migliorare le mie capacità tecniche. Sto modellando secondo tutorial, video e libri. Ha ancora molti bug, ma ne fa parte. Sono aperto a suggerimenti, consigli.

Stack project:

  • API ASP.NET Core
  • ASP.NET MVC Core
  • Fluent Validation
  • Entity Framework Core
  • IdentityUser
  • Swagger
  • RabbitMQ
  • SQL Server
  • Docker
  • Azure
  • Tests

What i want to learn: DDD + CQRS + SOLID

References:

Instructions:

Config USER SECRETS

  • Create folder with your code USER_SECRETS_ID in /mnt/c/Users/"YOUR_USER"/AppData/Roaming/Microsoft/UserSecrets/$USER_SECRETS_ID
  • Edit docker\secret.json with datas
  • Copy docker\secret.json to /mnt/c/Users/julia/AppData/Roaming/Microsoft/UserSecrets/$USER_SECRETS_ID
  • Add USER_SECRETS_ID code in docker.env.dev

Docker

docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml --env-file .env.dev build docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml --env-file .env.dev up -d

About

ASP.NET MVC Core + DDD + EF Core


Languages

Language:C# 42.8%Language:CSS 33.0%Language:HTML 20.2%Language:JavaScript 3.4%Language:Dockerfile 0.6%