This project has been created with .Net Core and based by Domain Driven Design pattern.
The project offers the infrastructure that allows you to make virtual cards with some social media information.
Server: .Net Core
Database: Mssql
Object Relational Mapping(ORM): Entity Framework
# Install All Dependencies
dotnet restore
# Run server
dotnet run