You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Pull this repository and open it by your editors, open terminal. After that run npm i, then npm start.