This API for Iranian music is made with Django Restframework, Web Scraping and redis. You can use this API in your programs
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
- 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
You can test the APIs with this command
python manage.py test
- Django Restframework
- Redis
- Web Scraping (Bs4, requests)