Skip to content

PratibhaShrivastav/Social-Network

Repository files navigation

Django Social-Network

About project-

This is a basic social network website which is in development stage built on Django's CBV. It has features like user's profile page, posts and groups page where you can add, update and delete posts and groups. A cool add comment feature is included in the posts page and a feedback portal to reach out to the developer.

For Developers/Contributers: To Set up follow these steps -

  1. Run on git terminal
 git clone https://github.com/PratibhaShrivastav/Social-Network
  1. Change working directory to /Social-Network

  2. make virtualenv

 virtual env <env-name>
  1. Activate your virtual environment
 source env/bin/activate
  1. Install requirements.txt
 pip install -r requirements.txt
  1. Run migrations :
 python manage.py migrate
  1. Run server :
 python manage.py runserver <port>

Features yet to be added :

  1. Adding friends

  2. User dashboard/newsfeed

  3. Profile settings

About

Django Social Network website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published