Today we will see how to create a meme app in django. It’s a pretty basic build and a good companion of weather app using weather Api. We will use “https://meme-api.herokuapp.com/gimme” this end point. django-admin startproject MEME
cd MEME
python manage.py startapp mymeme Create a templates folder inside the project.