Skip to content

usyntest/ggs-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGSocial

Screenshot 2024-04-29 at 7 05 12 PM Screenshot 2024-04-29 at 7 06 19 PM

Running the project

Run these commands in the project directory

Create a virtual environment

$ virtualenv venv

Activate the virtual enviornment

$ venv\Scripts\activate

Install Django

$ pip install -r requirements.txt

Make tables

python manage.py makemigrations
python manage.py migrate

Run it

python manage.py runserver

Documentation

Types of Alerts

  • Normal Post - No Different Styling
  • Special Post 1 - Post with a pink border and background
  • Special Post 2 - Only can be made by me
  • Special Post 3 - Small alerts like someone joined

About

Created a college social media platform using Django, designing backend architecture, database models, and a responsive frontend with TailwindCSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors