A simple image search application using django + unsplash api
git clone https://github.com/Aashishkumar123/django-image-search-application
pip install django requests
UNSPLASH_CLIENT_ID= --- add the unsplash client id ---
python manage.py runserver
- Create an account in unsplash
- Go to https://unsplash.com/developers and here create an app to get the
UNSPLASH_CLIENT_ID