Social Media for Education Purpose
- Create a virtual environment and activate it
virtualenv venv -p python3
source venv/bin/activate
- Install Project dependancies
pip install -r requirements.txt
- Create Migrations for the models
python manage.py makemigrations
- Migrate the models
python manage.py migrate
- Run the applications.
python manage.py runserver
- Account Managemnet [Complete]
- Personal Blog [Complete]
- Social Auntentical (Google & Facebook) [Complete]
- Twitter like post feed [Complete]
- Question Answering system [In Progress]
- Profile Interaction (Follow, Message) [Complete]
- Django
- Django Rest Framework
- PostgreSQL
- Redis
- Twitter Bootstrap
- Ajax
- JQuery