Skip to content

armin-lambda/drf-react-sound-palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sound Palette

A music discovery application built with Django REST Framework and React.

Prerequisites

  • Python 3.8+
  • Node.js 14+

Setup

1. Backend (Django)

cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

2. Frontend (React)

cd frontend
npm install
npm start

Usage

  1. Access the Django admin panel at http://localhost:8000/admin/ using your superuser credentials to manage content.
  2. Access the React application at http://localhost:3000.

Project Image Project Image Project Image Project Image Project Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors