A music discovery application built with Django REST Framework and React.
- Python 3.8+
- Node.js 14+
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runservercd frontend
npm install
npm start- Access the Django admin panel at
http://localhost:8000/admin/using your superuser credentials to manage content. - Access the React application at
http://localhost:3000.




