a music player using React, DRF and Redux ToolKit, you can play songs, add or remove songs. you can add more functionalities, animations or react components to improve it.
pip install -r requirements.txt
open up command line in project folder and run commands below:
python manage.py migrate
python manage.py runserver
then open up http://localhost:8000/
python manage.py import_data
Note: you need to run migrate command first
to have the react app on dev mode, change directiory to frontend and run:
npm run dev
to have the react app on build mode, change directiory to frontend and run
npm run build