Skip to content

Latest commit

 

History

History
153 lines (72 loc) · 2.06 KB

README.md

File metadata and controls

153 lines (72 loc) · 2.06 KB

React Tinder Clone

Setup

Server Side setup

  cd server
  npm i
  npm run dev

You need to add your own port and mongodb atlas address to the .env file

.env

PORT= Your Port Number
ATLAS_URL= "Your Atlas Url "
SECRET_KEY = "jwt SecretKey"

Client part setup

  cd client
  npm i 
  npm start

You need to add your own api url to the .env file

.env

REACT_APP_API_URL="Your Api Url"


Screenshots

1


2


3


4


5


6


7


8


9


10


11


12


13


13


14


15


16


17