Coder Social home page Coder Social logo

aryangarg02 / social Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkini2002/social-media-web-app

0.0 0.0 0.0 3.91 MB

Truffle - Social Media Website built using Django Framework as a part of Web Development Elective Mini Project

License: MIT License

Python 27.67% CSS 9.78% HTML 41.80% SCSS 20.75%

social's Introduction

Social-media-web-app

Powered by Django.

Pages

  • Login Page
  • Signup Page
  • Create Profile Page
  • Edit Profile Page
  • Create Post Page
  • Delete Post Page
  • Update post page
  • Password Reset Page
  • Feed/Home page
  • User Profile Page
  • Search Results Page
  • Post Comment Page

Features

  • Follow/Unfollow Users
  • Like/Unlike the posts
  • Download the post images
  • Comment on user posts
  • User suggestion section
  • Search users through the search bar

Tools and Techs

Backend Framework: Django

Front-end : Bootstrap, SCSS, HTML,CSS, Javascript

Database: Sqlite3

Installation

    • Fork the repo
    • Clone the repo to your local system
    git clone https://github.com/pkini2002/Social-media-web-app.git
    cd Social-media-web-app
    

    Make sure you have python installed on your system.

  1. Create a Virtual Environment for the Project

    If u don't have a virtualenv installed

    pip install virtualenv

    For Windows Users

    virtualenv env
    env/Scripts/activate

    For Linux Users

    virtualenv env
    source env/Scripts/activate

    If you are giving a different name than env, mention it in .gitignore first

  2. Install all the requirements

    pip install -r requirements.txt
    cd socials
  3. Make migrations/ Create db.sqlite3

    python manage.py makemigrations
    python manage.py migrate
  4. Create a super user. This is to access Admin panel and admin specific pages.

    python manage.py createsuperuser
    

    Enter your username, email and password.

  5. Run server

    python manage.py runserver
    
    

Snapshots

1. Signup Page

Signup page

2. Login Page

Login page

3. Home/Feed Page

Home Page

4. Comment Display

Comment Display

5. Profile Pages

User Profile

Show Profile

Other's Profile

127 0 0 1_8000_4_profile_(Nest Hub)

6. Search Result Users Page

Search Result

7. Create a user profile page

Create user profile

social's People

Contributors

prathikshakini avatar pkini2002 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.