I posted screenshots in screenshots dir open screenshots
- Playlists
- Create
multipleplaylist Deleteplaylist- add and remove
songsin a playlist
- Create
- Favourites
- add song to favourite
- remove song form favourite
- You can
play music, This app can redirect you toshazamwebsite to play musics
1 install all packages
npm i
if you don't install typescript, it can be install by following command
npm i typescript
2 run the web app in development by following comman
npm run dev
3 For build the web app
npm run build
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:21.1.1 start-dev
for references:- keycloak with docker
- Rest API Provider:- Shazam-music-api
- Auth With Keycloak:- Keycloak
