Intro

Resume issues Last Modified


Table of Contnets


Intro

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.


Requirements

pip install -r requirements.txt

How To Run

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/

Populate Database With Sample Songs

python manage.py import_data

Note: you need to run migrate command first


React Commands

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

issues Last Modified