Skip to content

batu0b/tinder-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MERN tinder clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published