This clone tinder app project build with MERN Stack. MERN stands for MongoDB, Express, ReactJS, and NodeJS. We use ReactJS for the frontend side, nodeJS with Express framework as a server that handles all the requests from the frontend side, and MongoDB for the database
- Backend
cd backend-node-expressnpm installnpm start
- Frontend
cd front-end-reactnpm installnpm start
