Skip to content

This repository contains the source code for the MIRIAM Web Application, in which I try to follow clean architecture principles, maintainability and scalability.

Notifications You must be signed in to change notification settings

CecoiPavel/Miriam

Repository files navigation

MIRIAM - Blogg Web App

This is a simple README file for the Miriam Blogg web app.

Table of Contents

Introduction

Welcome to the MIRIAM Blogg web app! This application is built using ASP.NET Core and is designed for managing and publishing blog posts.

Project Structure

The project structure is organized as follows:

  • Miriam.Api: Contains controllers for handling HTTP requests.
  • Miriam.Application: Includes features and functionalities for the application.
  • Miriam.Contracts: Provides dependency injection classes for the Program file.
  • Miriam.Domain: Represents the domain logic.
  • Miriam.Infrastructure: Implements infrastructure-related components.
  • Miriam.Web: Contains additional dependency injection classes for the Program file.
  • Miriam.sln: Visual Studio solution file.

Installation

To install the Blogg web app, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/Blogg.git
  2. Navigate to the project directory: cd Blogg

Usage

To use the Blogg web app:

  1. Ensure you have .NET Core SDK installed on your system.
  2. Build the solution using Visual Studio or by running dotnet build.
  3. Run the application using Visual Studio or by executing dotnet run.
  4. Access the application through your web browser at the specified URL.

About

This repository contains the source code for the MIRIAM Web Application, in which I try to follow clean architecture principles, maintainability and scalability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published