Skip to content

Sbk3824/Education-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published