Real World Runs on Graphs!!馃搱 : Lets Make Users Social Again!! (Part 2)
A quick rewind!! In the previous post, we implemented user creation and successfully tested it via API endpoints. In this post, we鈥檙e taking things a step further by adding key features that make our application feel more like a real social network. Here鈥檚 what we鈥檒l explore: Enabling users to follow each other Writing expressive queries using Cypher Query Language Allowing users to create posts Adding support for likes and comments on posts Setting up a Vector Database for RAG (Retrieval-Augmented Generation) Integrating Spring AI into the backend Let鈥檚 jump in and build out these social features step by step! ...