/marvel-aspnet

ASP.NET project that consumes the Marvel Comics API to display character information, descriptions and images. It implements DDD, CQRS, and DI for a solid clean architecture.

Primary LanguageC#

Marvel ASP.Net

marvel-aspnet

This is a simple ASP.Net Core MVC application that uses the Marvel API to display a list of characters and their details.

Getting Started

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/iRevolutionDev/marvel-aspnet
  2. Build the project

    dotnet build
  3. Run the project

     dotnet run