Skip to content

Instagram Clone have all the features of instagram. Backend Django. Frontend HTML, CSS, Bootstrap. Third party modules TinyMCE, beautifulsoup4, Pillow.

Notifications You must be signed in to change notification settings

gsunil99/insta_clone

Repository files navigation

InstaClone GitHub stars GitHub forks GitHub last commit Open Source Love

Project is live at InstaClone

Video

Instagram_compressed.mp4

Backend:- Django.

Frontend:- HTML, CSS, Bootstrap.

Third party modules:- TinyMCE, beautifulsoup4, Pillow.

How to run the project!

- Clone the project

git clone "https://github.com/gsunil99/insta_clone.git"

- Create a new virtual environment and activate

For Windows - (Python must be installed, ofcourse!)

pip install virtualenv

virtualenv << any_name_here >>, Eg: virtualenv venv

Activate the virtualenv using, venv_name_here/Scripts/activate, Eg:- venv/Scripts/activate

- Install Requirements

pip install -r requirements.txt

- Run App

python manage.py runserver

Want to Contribute, if you find any bug or want to upgrade a feature,

Follow these steps:

  • Fork the project.

  • Clone the repository to your local environment.

    $ git clone "https://github.com/gsunil99/insta_clone.git"

  • Make new changes, commit the changes and upload that to your GitHub.

    $ git add .

    $ git commit -m "Commit message"

    $ git push origin branch-name

  • Send a pull request to the project repo, make sure you have updated your repository and is not overriding the existing code on the project repository.

Happy Coding.

About

Instagram Clone have all the features of instagram. Backend Django. Frontend HTML, CSS, Bootstrap. Third party modules TinyMCE, beautifulsoup4, Pillow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published