{"id":24678127,"url":"https://github.com/aleksvitko/django-instragram","last_synced_at":"2026-05-06T08:31:41.198Z","repository":{"id":274146587,"uuid":"922057246","full_name":"AleksVitko/Django-Instragram","owner":"AleksVitko","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-25T07:58:59.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T08:24:32.278Z","etag":null,"topics":["bootstrap","django","django-app","django-application","django-authentication","django-framework","django-instagram","html-css-javascript","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AleksVitko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-25T07:39:59.000Z","updated_at":"2025-01-25T08:22:18.000Z","dependencies_parsed_at":"2025-01-25T08:34:45.392Z","dependency_job_id":null,"html_url":"https://github.com/AleksVitko/Django-Instragram","commit_stats":null,"previous_names":["aleksvitko/django-instragram"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleksVitko%2FDjango-Instragram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleksVitko%2FDjango-Instragram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleksVitko%2FDjango-Instragram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleksVitko%2FDjango-Instragram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AleksVitko","download_url":"https://codeload.github.com/AleksVitko/Django-Instragram/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244844859,"owners_count":20519858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","django","django-app","django-application","django-authentication","django-framework","django-instagram","html-css-javascript","python"],"created_at":"2025-01-26T13:14:50.493Z","updated_at":"2026-05-06T08:31:41.162Z","avatar_url":"https://github.com/AleksVitko.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Django based Instagram\n\n\n#### Django Instagram is a web application that allows users to share photos and follow other users, similar to the popular social media platform, Instagram.\n\u003e \n\n[![Maintenance](https://img.shields.io/badge/maintained-yes-green.svg)](https://github.com/rajaprerak/MusicPlayer/commits/master)\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\nThis project is built with :\n\n![HTML5](https://www.w3.org/html/logo/downloads/HTML5_Logo_64.png) , ![CSS3](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/48px-CSS3_logo_and_wordmark.svg.png) , ![Vanilla JS](https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/64px-Unofficial_JavaScript_logo_2.svg.png) , ![Python](https://www.quintagroup.com/++theme++quintagroup-theme/images/logo_python_section.png) , ![Django](https://www.quintagroup.com/++theme++quintagroup-theme/images/logo_django_section.png)\n\n\n\n## Installation 📦\n### To install Django Instagram , follow these steps:\n## 1. Clone this repository:\n\u003e'https://github.com/AleksVitko/Django-Instragram.git.git'\n## 2. Navigate to the project directory:\n\n```bash\n  cd Django-Instragram\n```\n## 3 . Create a virtual environment:\n```bash\n  python3 -m venv env\n```\n## 4. Activate the virtual environment:\n```bash\n  source env/bin/activate\n```\n## 5. Install the project dependencies:\n```bash\n  pip install -r requirements.txt\n```\n## 6. Create a .env file in the project root directory with the following contents:\n```bash\n  SECRET_KEY=your_secret_key\n  DEBUG=True\n  DATABASE_URL=postgres://user:password@localhost:5432/dbname\n  AWS_ACCESS_KEY_ID=your_access_key\n  AWS_SECRET_ACCESS_KEY=your_secret_access_key\n  AWS_STORAGE_BUCKET_NAME=your_bucket_name\n\n```\n#### Replace the values with your own secret key, database URL, and cloud credentials.\n## 7 . Run the server\n```bash\n  python manage.py runserver\n```\n## 8 . Go to localhost:8000\n---\n\n## Features of this project:\n\n### Django Instagram includes the following features:\n\n#### 1 . User authentication: Users can sign up for an account, log in, and log out.\n#### 2 . Photo sharing: Users can upload and share photos with other users.\n#### 3 . Social interaction: Users can like and comment on other users' photos.\n#### 4. User profiles: Users have their own profile pages where they can see their own photos and interact with other users.\n#### 5 . Hashtags: Users can add hashtags to their photos and search for photos by hashtag.\n#### 6 . Search: Users can search for other users and photos by username, name, or hashtag.\n#### 7 . Responsive design: The app is designed to be mobile-friendly.\n---\n\n## Usage:\n### To install Django Instagram, follow these steps:\n## 1. Run the server:\n\n```bash\n  python manage.py runserver\n```\n\n## 2. Open your web browser and go to:\n\u003e'http://localhost:8000/'\n## 3 . Sign up for a new account or log in with an existing one.\n\n## 4. Upload a photo or explore other users' photos.\n\n## 5. Like and comment on other users' photos.\n\n## 6 . Use the search functionality to find other users or photos by hashtag.\n\n\n\n## Contributing 💡\n\n#### If you'd like to contribute to Django Instagram Clone, feel free to fork this repository and submit a pull request.. For more information on contributing to the project, please check out Django's Git repository on GitHub.\n\n\n#### Step 1\n\n- **Option 1**\n    - 🍴 Fork this repo!\n\n- **Option 2**\n    - 👯 Clone this repo to your local machine.\n\n\n#### Step 2\n\n- **Build your code** 🔨🔨🔨\n\n#### Step 3\n\n- 🔃 Create a new pull request.\n\n## License\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksvitko%2Fdjango-instragram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksvitko%2Fdjango-instragram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksvitko%2Fdjango-instragram/lists"}