Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)