Dating Web app project for the unit ECE-318 :

GitHub - Aubert-Antoine/Dating_Webapp: Dating app 💞 is a RESTful webapp build in Java with the Springboot framework. It is an academic project 🧠 made in pairs.

Made by : Antoine Aubert & Benoit Marchadier


Dating Web app – case of uses :

Dating Web app is an online application which still run on localhost: http://localhost:8081/

There are five features:

  1. Login / Register → Which allow a new user to be registered on the application. Once the user is logged, he is redirected to the Edit Profile Page.
  2. Edit Profile → Edit its own profile. The user can then use the navigation bar to switch between Edit Profile, Discover and Profile.
  3. Discover → Allow the current user to see other profiles and like or dislike them until there is a match.
  4. Profile → See its own profile.

1. Login / Register :

Login

Login

Register

Register

2. Edit Profile :