Instagram Clone is a toy project with django framework on Python.
- 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/
- 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.
- 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.
[module depedency]
[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- 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.
[Instagram Website] - https://www.instagram.com/


