Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 727 Bytes

README.md

File metadata and controls

47 lines (44 loc) · 727 Bytes

clone-sound-cloud_app-api

Clone SoundCloud API project.

Description

FOR LISTEN MUSIC REST API

Virtual env

$ pip install virtualenv
$ python -m venv env
$ source env/Scripts/activate

Installation Python Packages

$ pip install -r requirements.txt

Go to django project

$ cd .\clone_sound_cloud\

Create and Aplay migration

$ python manage.py makemigrations
$ python manage.py migrate

Create superuser

$ python manage.py createsuperuser

Running the app

$ python manage.py runserver

Test

$ python manage.py test

DOCKER RUN COMMAND

Build

$ docker-compose build

Run

$ docker-compose up