Skip to content

Rahul-Dabholkar/Sociogram-Django-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sociogram - Django Web-Application

This is a Social Media Web-Application built with Python.

Features :

  • Sign Up, Login, Logout.
  • Profile view
  • Create, Delete Posts with captions
  • Like and Download posts
  • Recommed Users to Follow
  • Follow and Unfollow users
  • Installation

        $ python -m venv venv
        $ source venv/Scripts/activate
        (venv) pip install -r requirements.txt
        (venv) cd Sociogram-Django-App
        (venv) python manage.py makemigrations
        (venv) python manage.py migrate
        (venv) python manage.py createsuperuser
        (venv) python manage.py runserver

    About

    Social Media App built with Django and Python.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published