Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 548 Bytes

File metadata and controls

12 lines (9 loc) · 548 Bytes

Instagram-Clone

v0.0.1

Description

  • A simple clone of Instagram include (create user, log in, post image, home page, view user homepage,...). However it is not 100% service completed like instagram.

Issue

  • Using Cloudinary takes too much time for loading the image from the cloud - this might block the main thread of Server

How to run:

  • Software needed: Vscode or any code editors support NodeJS
  1. Pull this repository and open it by your editors, open terminal. After that run npm i, then npm start.