This is a project where a person can control the music of a particular room.
django-admin startproject music-controller
pip install django djangorestframework
python ./manage.py runserver
Go in the frontend directory
cd frontend
Install dependencies
npm i
For development:
npm run dev
For production:
npm run build