A tinder clone for those who are into MBTI. A full stack application, build using React, NodeJS and MongoDB.
Packages wise: BCrypt, passwords are hashed.
Create URI = 'mongodb' to access the database (Node) as a .env file
npm i, all the packages for the client, and server respectively
npm start:frontend npm start:backend
To run frontend, and backend respectively
Good to note to use sysdm.cpl in Windows if Node path is screwed up, and reset environmental variables.