/MusicAPI-Scraping-Redis-restframework

API for Iranian Musics with Restframeword , Web Scraping and Caching with redis

Primary LanguagePython

MusicAPI-Scraping-Redis-restframework

This API for Iranian music is made with Django Restframework, Web Scraping and redis. You can use this API in your programs

Untitled

Installation

First of all, you have to clone this repository to your local machine:

git clone https://github.com/Cmatrix1/MusicAPI-Scraping-Redis-restframework

install the project dependencies

pip install -r requirement.txt

Usage

  • For use this API you should Run redis on port 6379
  • Run Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Use API

You can test the APIs with this command

python manage.py test

Technologies used

  • Django Restframework
  • Redis
  • Web Scraping (Bs4, requests)