- For user auth, please refer to Auth Service
- For user posts, please refer to Post Service
- For user feeds, please refer to Newsfeed Service
This service showcases integration with Neo4j graph database. User should send access token in Authorization header to access the APIs
If user A is a friend of user B, by default, user B is also a friend a user A. This service provides endpoints to get paginated list of followers/friends.
Follow the steps below:
- Java 11
- Maven 3.6.x
- OKTA developer account
This application uses maven to build. Refer to Installing Maven to install maven.
Step 1: mvn clean install
Step 2: mvn spring-boot:run
Add an additional repository to showcase deployment using Kuberenetes.