Skip to content

Saurabh303/WorldLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorldLink

A Django-based Social Networking Website

Features

  • Authentication (Including social logins)
  • Newsfeed
  • Profile page
  • Like and Comment on Posts
  • Messaging between users
  • Notifications
  • Search users
  • Meme Generator
  • RSS feed
  • Custom Middleware

To Run

  • Go to the root of the repository.
  • Run migrations
    • python manage.py makemigrations
    • python manage.py migrate --run-syncdb
    • python manage.py migrate
  • Create superuser using python manage.py createsuperuser
  • Run the server python manage.py runserver 8000
  • Open 127.0.0.1:8000 in local browser

Contributors