You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ An example of comparing objects from two datasets in C# .NET.
7
7
## Overview
8
8
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.
9
9
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
+
10
17
## Features
11
18
- Upload or paste JSON data for existing users and updated/inserted users.
0 commit comments