Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilarj/datingapp
This is a backend project written in C# with the .NET Core 8 framework.
https://github.com/vilarj/datingapp
csharp dotnet-core entity-framework-core sqlite
Last synced: 24 days ago
JSON representation
This is a backend project written in C# with the .NET Core 8 framework.
- Host: GitHub
- URL: https://github.com/vilarj/datingapp
- Owner: vilarj
- Created: 2024-06-06T18:23:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:42:43.000Z (6 months ago)
- Last Synced: 2024-07-15T19:08:19.053Z (6 months ago)
- Topics: csharp, dotnet-core, entity-framework-core, sqlite
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DatingApp
DatingApp is a modern web application designed to connect people through an intuitive and user-friendly platform. Built with a focus on performance, scalability, and security, this project aims to provide users with a seamless experience for finding and communicating with potential matches.# Features
User Authentication: Secure user login and registration system.
Profile Management: Users can create, update, and view profiles.
Matchmaking Algorithm: Intelligent matchmaking to suggest potential matches based on user preferences and behavior (not implemented yet)
Real-time Chat: Instant messaging feature to facilitate communication between users. (not implemented yet)
Photo Upload: Users can upload and manage their photos. (not implemented yet)
Responsive Design: Fully responsive design for optimal experience on all devices.# Technologies Used
Backend: .NET Core 8, C#, Sqlite, Entity Framework Core.
Authentication: JWT (JSON Web Tokens).