Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jane-does-coding/instagram-clone

The clone of everyone's favorite social media platform - Instagram!
https://github.com/jane-does-coding/instagram-clone

chakra-ui express javascript jsonwebtoken mongodb nodejs react recoil

Last synced: about 1 month ago
JSON representation

The clone of everyone's favorite social media platform - Instagram!

Awesome Lists containing this project

README

        

# Instagram Clone

insta

## Live Demo
[Live Instagram Clone](https://yevheniiasimaka.github.io/Tic-Tac-Toe/)

## Tech Stack
[![My Skills](https://skillicons.dev/icons?i=vite,mongodb,express,react,nodejs)](https://skillicons.dev)

## Description
The clone of everyone's favorite social media platform - Instagram! Instagram clone has all the main functions of the original Instagram like end-to-end password encryption, creating posts, liking, commenting, and much much more!

### Cloning the repository

```shell
git clone https://github.com/YevheniiaSimaka/Instagram-Clone
```

### Install packages

```shell
cd backend/
npm i
```

```shell
cd frontend/
npm i
```

### Setup .env file

```js
PORT=8000
MONGO_URI=
JWT_SECRET=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
```

### Start the app

```shell
npm run build
npm start
```

### Start the app for development

```shell
npm run dev
```