Skip to content

This repository contains the blog management system apis endpoints and related operations to facilitate crud operations.

Notifications You must be signed in to change notification settings

vibhav-t/BMS_API

Repository files navigation

Setup instructions:

-> Open up Visual Studio and Create a new ASP.NET Core Web API Project.

-> Install-Package MediatR.

-> Define the controller action.

-> Register the dependencies and middlewares in program.cs file.

-> Create your layers to manage the crud operations.

-> Create custom exception handling as per need.

How to run the application:

-> Run the application.

-> Test your api endpoints.

About

This repository contains the blog management system apis endpoints and related operations to facilitate crud operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages