MErfanPld / Music-API

Simple Music API App source code written in python (Django Rest Framework).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/MErfanPld/Music-API
$ cd Music-API

Create a virtual environment to install dependencies in and activate it:

$ virtualenv2 --no-site-packages env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt
(env)$ cd project
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/schema/swagger-ui/.

Start Celery

$ celery -A config worker -l info

$ celery -A config beat -l info

About

Simple Music API App source code written in python (Django Rest Framework).


Languages

Language:Python 99.8%Language:Dockerfile 0.2%