Skip to content

abhinayshrestha/swipeandmatch-Tinder-clone-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Live Demo https://swipeandmatch-4c228.web.app/

To run this app in local environment

For client (React App)

navigate to /frontend/src/Component/Authform/#form.js then at Facebook Login component replace appId props with you facebook appId you can create one from visiting https://developer.facebook.com

go to the frontend directory and open terminal then add these commands to run -> npm install, npm start

For server (Node App)

navigate to /backend/app.js at mongoose.connect() function pass your own mongodb connection string

go to the backend directory and open terminal then add these commands to run -> npm install, node app.js, For nodemon package use nodemon start

Note : if you node server listens in port other than 8080 then go to /frontend/scr/index.js and replace localhost:8080 with your node server url and port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published