> For the complete documentation index, see [llms.txt](https://mamena.gitbook.io/bliss-dating-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mamena.gitbook.io/bliss-dating-app/overview.md).

# Overview

<figure><img src="/files/Ny24TTDCAuMlVQADm0he" alt=""><figcaption></figcaption></figure>

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.

### Tech

* Apps build with Flutter 3.7.8 using state management Getx.
* Backend using [nodemi](https://github.com/Mamena2020/nodemi/) Boilerplate. works base on Express js, Sequelize ORM, JWT Auth.
* Using Socket.io for realtime messaging


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mamena.gitbook.io/bliss-dating-app/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
