Sbk3824 / Education-Network

Social Media for Education Purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edu_site

Social Media for Education Purpose

Setup Instructions

  1. Create a virtual environment and activate it
    virtualenv venv -p python3
    source venv/bin/activate
  2. Install Project dependancies
    pip install -r requirements.txt
  3. Create Migrations for the models
    python manage.py makemigrations
  4. Migrate the models
    python manage.py migrate
  5. Run the applications.
    python manage.py runserver

Application key features

  1. Account Managemnet [Complete]
  2. Personal Blog [Complete]
  3. Social Auntentical (Google & Facebook) [Complete]
  4. Twitter like post feed [Complete]
  5. Question Answering system [In Progress]
  6. Profile Interaction (Follow, Message) [Complete]

Technology Stack

  1. Django
  2. Django Rest Framework
  3. PostgreSQL
  4. Redis
  5. Twitter Bootstrap
  6. Ajax
  7. JQuery

About

Social Media for Education Purpose


Languages

Language:Python 96.7%Language:HTML 1.3%Language:JavaScript 1.2%Language:CSS 0.8%Language:Shell 0.0%