Skip to content

domshyra-s-playground/rtkQueryDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RTK Query Demo

A demo using RTK Query and some learning from React Router Nav

Getting Started

API

might have to run dotnet dev-certs https --trust for api

Spotify will only work with a usersecrets file containing

{
  "Spotify:ClientId": "SpotifyClientId",
  "Spotify:ClientSecret": "SpotifyClientSecret"
}

run the following commands to add secrets.

dotnet user-secrets init

dotnet user-secrets set "Spotify:ClientId" "SpotifyClientId"

dotnet user-secrets set "Spotify:ClientSecret" "SpotifyClientSecret"

inorder to use the rating features on play list run dotnet ef database update

in vscode use ".NET core launch"

Web

run npm install in vscode use "Launch Chrome against localhost" or run npm start

About

demo of redux tool kit query

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 55.7%
  • JavaScript 38.3%
  • HTML 3.8%
  • CSS 2.2%