Creators: Samyak Mehta Divyam Patel
Created a Spotify API clone, using
- Neo4j Database
- MongoDb Database
- Java
- Spring Boot
Download profile-microservice
and song-microservice
- Then open the 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
The NEO4J database is used for maintaining access to the profile accounts and relationships to other users and their liked songs, while the MongoDb database stores the various songs alongside their following properties and information