/mp3player

django project for mp3 songs player.Used create-react-app for front-end.

Primary LanguageJavaScript

mp3player

mp3player is a platform where one can enjoy mp3songs .It is built using django and create-react-app .

Installation

Use the package manager pip to install pipenv followed by activation.

pip install pipenv
pipenv shell

Use the packaging tool pipenv to install required dependency .

pipenv install -r requirements.txt

Use the package manager npm to run mp3view (create-react-app).

npm start

To run python server use

python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.