Skip to content

Fully working instagram clone using react node express

Notifications You must be signed in to change notification settings

aryan-parmar/instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-clone

run

create a .env file in the backend directory with the following variables:

MONGODB_URI = 'url'
TOKEN_KEY= 'secret '

then run the following code to start server

cd backend
yarn install
node index.js

then run the following code to start react development server

cd frontend
yarn install
yarn start

to-do

  • comment feature
  • optimize user timeline algorithm

About

Fully working instagram clone using react node express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published