A website to share memes with the community π
This website is built for the purpose of sharing memes.
How to run this project on your device:
- In the folder of your choice, in command line, run the following commands:
pip install virtualenv
virtualenv myenv
myenv\Scripts\activate
- In the desired folder, clone this repo.
- Now in cmd, type
pip install django
- You also might need to install pillow (pip install pillow)
- Again,
cd meme_monster
py manage.py runserver
Enjoy!