django_graphql_react

Hello, This project is inteded to demonstrate how to integrate graphql with django and consume the api using react js.

Django Notes:

  • 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

React notes:

  • go to music_project/frontend to install dependencies

run the project:

you can run the project from http://localhost:3000

Thanks and regards