Hello, This project is inteded to demonstrate how to integrate graphql with django and consume the api using react js.
-
install python packages in requirements.txt in /music_project/docs
-
makemigrations and migrate the database
-
create a super user for the project
-
run the server and go to http://127.0.0.1:8000/admin login using superuser credentials and add songs, albums, artits
- go to music_project/frontend to install dependencies
you can run the project from http://localhost:3000