Skip to content

ahnshy/Instagram-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Clone

Instagram Clone is a toy project with django framework on Python.


📢 [Overview]

  • Instagram is a photo and video sharing social network service operate by American company Meta. It will clone and code it.
  • Cloning target website : https://www.instagram.com/

🛠️ Stacks



🚩 [Objective]

  • As a toy project, Implemented on this project to understand the django framework.
  • django is a web framework of model-view-template (MVT) pattern structure.
  • This project was implemented in JavaScript implemented with Python, html5, and CSS3.

🛠️ [Technologies]

  • django v4.2.16: django is a Python-based free-open-source web framework.
  • jQuery v3.7.1: jQuery is a cross-platform JavaScript library designed to simplify client-side manipulation of HTML.
  • SQLite3 v3.46.1: SQLite is a database management system, but it is a relatively light database that is used in applications rather than servers.
  • bootstrap v5.1.3: CSS and JS framework that helps make websites easy.

⚙️ [Instructions]

[module depedency]

image

[create and Initialize database]

  python manage.py makemigrations
  python manage.py migrate

[run]

  python.exe %ProjectRoot%\manage.py runserver [PortNumber]
  ex) python.exe %ProjectRoot%\manage.py runserver 8000

📌 [Advanced Features]

  • Instagram is constantly being updated. There could be a difference from the Instagram you're currently looking at.
  • There is no content or reply deletion function implemented, but it will be implemented.
  • When implemented using the django framework, productivity and performance is highly advantageous. However, there are disadvantages in maintenance.

💻 [Demo and Preview]

[Instagram Website] - https://www.instagram.com/
image

[Instagram Clone Demo]
image


About

Instagram Clone ia a toy project with django framework on Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages