Skip to content

Repository files navigation

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).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages