Skip to content

Commit 5d76faf

Browse files
readme
1 parent f46282c commit 5d76faf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ An example of comparing objects from two datasets in C# .NET.
77
## Overview
88
The **CompareUsers** project is a web application built using ASP.NET Core Razor Pages. It allows users to compare two sets of JSON data representing user information. The application identifies and displays newly inserted users and updated users based on the comparison.
99

10+
## Quick Start
11+
12+
1. Run the following command to launch using Docker.
13+
```bash
14+
docker run --name compare-users-container -d -p 8080:80 ghcr.io/primaryobjects/compare-users:latest
15+
```
16+
1017
## Features
1118
- Upload or paste JSON data for existing users and updated/inserted users.
1219
- Compare the two datasets to identify:

0 commit comments

Comments
 (0)