Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaidsunasra/online-datingg-service
A simple matchmaking program made using MySQL and JAVA. (For more details read the README.md file)
https://github.com/zaidsunasra/online-datingg-service
database gui java mysql swing
Last synced: 9 days ago
JSON representation
A simple matchmaking program made using MySQL and JAVA. (For more details read the README.md file)
- Host: GitHub
- URL: https://github.com/zaidsunasra/online-datingg-service
- Owner: ZaidSunasra
- Created: 2022-12-22T14:16:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T07:19:29.000Z (11 months ago)
- Last Synced: 2024-11-13T20:41:14.662Z (2 months ago)
- Topics: database, gui, java, mysql, swing
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online-Datingg-Service
This project is made using MySQL Database and JAVA.
For GUI, SWING is used.In this project the user has to answer some questions related to their hobbies, favourite games, etc. On the basis of the response of the user a list of user of opposite gender having same interest as the user will be displayed.
It is basically a simple matchmaking application which uses database to store data and java for logic.
If a match is found.
![Match Found](https://user-images.githubusercontent.com/110675217/211566500-6ad6f4cc-337b-422b-9a9e-b8c2352eb275.png)If a match is not found.
![No Match Found](https://user-images.githubusercontent.com/110675217/211566505-b7754d58-631d-440f-8e42-ceec308aaeda.png)