Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jane-does-coding/instagram-clone
- Owner: jane-does-coding
- Created: 2023-11-24T20:28:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-10T18:29:00.000Z (11 months ago)
- Last Synced: 2024-06-09T00:24:49.941Z (7 months ago)
- Topics: chakra-ui, express, javascript, jsonwebtoken, mongodb, nodejs, react, recoil
- Language: JavaScript
- Homepage:
- Size: 7.8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Clone
## 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
```