/GDSC_meme_feed

Full stack social media website with a meme generator

Primary LanguageHTML

image WEC-GDSC recruitment

GDSC_meme_feed - Meme Hub

Full stack social media website for memes built in python with django.

Setup Instructions: (Ideally inside a virtual env)

  • Clone the repository
  git clone https://github.com/05kashyap/GDSC_meme_feed
  • Install requirements.txt
    pip install -r requirements.txt
  • Make migrations
    python manage.py makemigrations
  • Apply migrations
    python manage.py migrate
  • Apply migrations
    python manage.py runserver

Walkthrough video:

https://drive.google.com/file/d/1VlJIUAIxN4pO8K2yDPfosjD495uBIbzb/view?usp=sharing

Feature Overview:

-User registration and authentication.

-Reset Password

-Create memes with memegen API

-View created memes in your posts

-Accumulate higher "dankscore" as more likes are earned

-Like posts

-Comment under posts

-Follow meme creators

-personalized "your feed" to view content from following creaters

-Featured section with top liked posts

Front page:

image

User profile page with followers and following:

image

User posts, dankscore (similar to reddit karma):

image

User Features:

User registration and authentication.

image

Login/register

image

Reset Password

image

image

email:

image

instructions:

image

User profile:

image

User created memes + score:

image

Post Meme:

image

View Available meme templates:

image

Follower/following system

Post Features:

Post memes using template ID, add custom text using memegen_api

View available templates

Functionality to like memes, add comments under a post.

Store created memes in the meme library

Follow meme creators, view their posts in a personalized feed