In teams of 2, we utilized microservices for future extensibility and Java Spring Boot to develop a REST API that mimics Spotify
We used two microservices called profile-microservice
and song-microservice
Download profile-microservice
and song-microservice
→ open project using Maven → run each microservice
MongoDB : Database used to store song information (Name, Artist, Album, likes)
Neo4j : Database used to store profile information (userName, fullName, password) and relationship between users
Left Side → mongoDB database
Right Picture → Neo4j database