Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 416 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 416 Bytes

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