Our final, still in-progress project in the advanced module of the Codecool full-stack course. This IMDb clone is a combination of Spotify and IMBb that helps you track currently trending artists, albums and songs.
This is a single page application with Java, Spring Boot and Spring Security backend, React frontend and PostgreSQL.
- Login/Registration
- JWT token
- Persist user on page refresh
- Dynamic search
- Keep track of your likes on artists, albums and songs
- Play demo of the music
- Comment on artists, albums and songs
- Change password
- Verify email
- Edit user profile
- Add avatar
- Java
- Spring Boot
- Spring Security
- PostgreSQL
- React
- JSX
- HTML
- CSS
In this project we are using the Napster API to fetch music related information.
(Go Up)