It is an online code dating app that allows Devs to anonymously swipe to like or dislike other profiles based on their GitHub profile. Once two Devs have “matched, ” they can exchange messages.
description Researching co-worker is something difficult. Tindev offers you the opportunity to simply accelerate the process by finding out which is the best match. With this you can login with your github ID and you can swipe through differnt devs and if two devs like each other then they match and they can chat over this app. Through this they can get the best co-worker for them and may be the co-founder for a big firm.
stack MongoDB
is used for the database, Node.js
and Express.js
for the Backend, React.js
for the frontend and Socket.io
is used for Real-Time Communication.
This Repo is the backend part of Tindev Web App . Here is the Frontend Repo.
├── app.js # Main Entry Point
|
├── routes # All the endpoints
├── models # All the data models
└── controllers # All controllers
In the project directory, you can run:
This will install all the dependencies mentioned in the package.json
Runs the app.
Open http://localhost:4242 to view it in the browser.
DATABASE=<link of the mongodb database>