soorajpandey / nccbuddy

Opensource Django Social Media Clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NCCBUDDY

Social Media Clone Developed In Django

Getting Started

This project is basic social media clone with features like User authentication, Image with Description Post, Post like, Post comment, User profile, User follow/unfollow, Post search, User search, Mobile Responsive, Post Share, Mention User with @, Infinty scroll and much more. Python, Django, HTML, CSS, Bootstrap, JavaScript, AJAX, is used in this project.

ToDo

-Adding explaination comments -Adding chat

Prerequisites

Things you need to install the project and how to install them

Python : https://www.python.org/
Django : pip install django

Installing and SetUp

  1. Clone or download this project.
  2. Set Up Virtual Environment and activate it
  3. Install dependencies
pip install -r requirements.txt
  1. Change database settings in case you want to use PostgreSQL or MySQL
  2. Also you can add AWS and Email settings in case you required(They are only for production):
  3. Migrate data using command
python manage.py makemigrations
python manage.py migrate
  1. Create Superuser
python manage.py createsuperuser
  1. Run project on localhost:
python manage.py runserver

Authors

  • Uttam Velani

License

This project is licensed under the MIT License - see the LICENSE.md file for details

REDUCE PLASTIC USE AND SAVE ENVIRONMENT

About

Opensource Django Social Media Clone


Languages

Language:HTML 70.3%Language:Python 29.7%