GGS Social

Created a college social media platform using Python (Django) and TailwindCSS and deployed it.

Overview

GGS Social is a dedicated college social media platform developed using Django for the backend and TailwindCSS for the frontend. This platform aims to foster community engagement within a college environment by providing features tailored to the needs of students and faculty.

Key Features:
  • User Authentication: Secure registration and login functionalities to ensure a safe user environment.
  • Profile Management: Allows users to create and manage their profiles, including personal information and profile pictures.
  • Post Creation and Interaction: Users can create posts, share updates, and engage with others through comments and likes.
  • Responsive Design: Ensures optimal viewing and interaction experiences across a wide range of devices.
Technical Highlights:
  • Backend Architecture: Designed using Django, focusing on scalability and maintainability.
  • Database Models: Structured to efficiently handle user data, posts, and interactions.
  • Frontend Development: Utilized TailwindCSS to create a responsive and modern user interface.

Technologies Used

  • Frontend: HTML5, CSS3, JavaScript, TailwindCSS
  • Backend: Python (Django)
  • Database: SQLite

How to Use

Installation

git clone https://github.com/usyntest/ggs-social.git
cd ggs-social
pip install -r requirements.txt

Make tables

python manage.py makemigrations
python manage.py migrate

Running the server

python manage.py runserver