Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkondratiuk482/matching-algorithm
.NET 6.0 implementation of Tinder-like matching algorithm
https://github.com/vkondratiuk482/matching-algorithm
Last synced: 16 days ago
JSON representation
.NET 6.0 implementation of Tinder-like matching algorithm
- Host: GitHub
- URL: https://github.com/vkondratiuk482/matching-algorithm
- Owner: vkondratiuk482
- Created: 2023-08-03T20:16:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T10:19:07.000Z (over 1 year ago)
- Last Synced: 2024-04-18T04:01:54.073Z (8 months ago)
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matching Algorithm
## The purpose of this repository is to implement Tinder-like matching algorithm
### Tech Stack
* .NET 6.0
* PostgreSQL, Redis
* EntityFrameworkCore### Database structure (not complete yet)
![Database Structure](assets/database-structure.png)