Skip to content

In this project, I used authorization through social networks and worked with listening to music. I optimized the server response speed by using the cache. I packaged the whole project in Docker. Implemented devops practice CI/CD

License

MafanNam/Clone_Sound_Cloud_DRF

Repository files navigation

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

About

In this project, I used authorization through social networks and worked with listening to music. I optimized the server response speed by using the cache. I packaged the whole project in Docker. Implemented devops practice CI/CD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages