Clone SoundCloud API project.
$ pip install virtualenv
$ python -m venv env
$ source env/Scripts/activate$ pip install -r requirements.txt$ cd .\clone_sound_cloud\$ python manage.py makemigrations
$ python manage.py migrate$ python manage.py createsuperuser$ python manage.py runserver$ python manage.py test$ docker-compose build$ docker-compose up