Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelapeh/instagram-clone
A Instagram clone with Django
https://github.com/raphaelapeh/instagram-clone
django django-projects instagram
Last synced: about 9 hours ago
JSON representation
A Instagram clone with Django
- Host: GitHub
- URL: https://github.com/raphaelapeh/instagram-clone
- Owner: RaphaelApeh
- Created: 2024-12-17T08:07:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T19:04:48.000Z (15 days ago)
- Last Synced: 2025-01-27T20:23:16.358Z (15 days ago)
- Topics: django, django-projects, instagram
- Language: HTML
- Homepage:
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Instagram Clone with Django
- clone the Repository 📌
```bash
git clone https://github.com/RaphaelApeh/instagram-clone.git
```
- Install requirements
```bash
pip install -r requirements.txt
```
- Set in `.env` âš™```python
DJANGO_SECRET_KEY=""
DJANGO_DEBUG=True
```
- 🛠Working Dir
```bash
cd src/
```
- Migrate
```bash
python manage.py migrate
```
-Preview 😘
- Login
![IMG](./Instagram.png)
- Page
![](./InstagramClone.png)