The first thing to do is to clone the repository:
$ git clone https://github.com/MErfanPld/Music-API
$ cd Music-APICreate a virtual environment to install dependencies in and activate it:
$ virtualenv2 --no-site-packages env
$ source env/bin/activateThen install the dependencies:
(env)$ pip install -r requirements.txt(env)$ cd project
(env)$ python manage.py runserverAnd navigate to http://127.0.0.1:8000/schema/swagger-ui/.
$ celery -A config worker -l info
$ celery -A config beat -l info