Skip to content

Aashishkumar123/django-image-search-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Image Search Application

A simple image search application using django + unsplash api

Setup Django Project

Clone this project

git clone https://github.com/Aashishkumar123/django-image-search-application

Install following dependencies

pip install django requests

Create .env file, where manange.py file is located and add this

UNSPLASH_CLIENT_ID= --- add the unsplash client id ---

Run project

python manage.py runserver

Get the UNSPLASH_CLIENT_ID

  1. Create an account in unsplash
  2. Go to https://unsplash.com/developers and here create an app to get the UNSPLASH_CLIENT_ID

About

A simple image search application using django + unsplash api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published