This is a simple README file for the Miriam Blogg web app.
Welcome to the MIRIAM Blogg web app! This application is built using ASP.NET Core and is designed for managing and publishing blog posts.
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.
To install the Blogg web app, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Blogg.git
- Navigate to the project directory:
cd Blogg
To use the Blogg web app:
- Ensure you have .NET Core SDK installed on your system.
- Build the solution using Visual Studio or by running
dotnet build
. - Run the application using Visual Studio or by executing
dotnet run
. - Access the application through your web browser at the specified URL.