It's an attempt to make a Social Network.
The project started as a homework for a Computer Science class but eneded up a little bigger.
It has the following functionalities:
- The user can log in or create a new account and the passwords are hashed.
- Like a normal social network you can find new friends and add them to your friend list.
- It has a chat functionality and a user can chat with all of his friends.
- The conversations are encrypted between users.
- The conversations are encrypted between users.
- It has events where users can participate.
The application is written in Java with Gradle and JavaFX for the frontend. The user data is stored in a Postresql database.
- Birjovanu Matei.
- Bodea Stefan.