Skip to content

LaayaYaghoubi/smart-med

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medication Management System

Clean Architecture with ASP.NET

This repository contains an example of a medication management project using Clean Architecture in ASP.NET. It demonstrates the use of the CQRS and Mediator patterns in cqrs branch and service layered in main branch.

To get started with this project:

Clone this repository Open the solution in Visual Studio or your preferred IDE Restore the NuGet packages Run the migration as described in the Project Setup section.

Project Setup

Config migration appsettings.json file according to your SQL Server instance. Run migration project to create the database. then make the same changes in the Rest appsettings.json file. Run the project.

Project Structure

The project is structured following the principles of Clean Architecture, with separate projects for the Domain, Application, Infrastructure, and Presentation layers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages