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 1 year ago
JSON representation

A Instagram clone with Django

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)