Description
Bliss App
The Bliss dating application was created with the aim of fulfilling the main function of the Dating application, so there is room for you to develop further by adding various login methods such as logging in via Google, Facebook or others, and also you can add push notifications because by default from the backend server it is already provide, just continue according to your taste, and also this application uses RDBMS for the database, why RDBMS? because if you use RDBMS then you can easily create an algorithm to predict what the user likes because of RDBMS’s capability to query join tables.
Documentation
link docs
Features
-
Login & Register.
-
Update profile like avatar, medias, name, bio, looking for, gender, birthdate, interests, passions,
current location,
change email, password, unblock users.
-
Control discovery such as, maximum distance, age range, show users by gender.
-
Swipe features (left or right).
-
Congratulation! match pop up.
-
Get matches
-
Block user or unblock
-
Report users
-
Realtime chat
-
Multiple languages, current languages 8 (English, Spanish, Indonesian, Hindi, Rusia, Portugues,
Mandarin, Japanese).
-
Control user visibility on the app.
Features – Admin app
-
Login
-
Update profile like avatar, name, change email, password.
-
Dashboard: display how many users, users matched, users suspended, users block, etc.
-
Control content like genders, relationship intent, interests, passions.
-
Display/search members and manage user like block, suspend user.
-
Process member reported, see evidence, block user, suspend user, or delete report.
-
Create/edit admin user, and role.
-
Control daily swipe on the app.
Demo
Tech
-
Apps build with Flutter 3.7.8 using state management Getx.
-
Backend using nodemi Boilerplate. works base on Express js, Sequelize ORM, Auth JWT.
-
Using Socket.io for realtime messaging.