A dating app for developers.
The Tindev is an app where a developer can register yourself using your GitHub username and choose others developers that you like or not. If the other developer likes you, then you have a match!
Prerequisites:
Download and install Node.js and Yarn.
- First, clone the repository:
 
git clone https://github.com/erickmp07/tindev.git- From the directory where the project was cloned, install its dependencies with 
yarncommand: 
cd tindev/backend
yarncd tindev/frontend
yarncd tindev/mobile
yarn- Read the instructions to create the database here.
 
First, start the server:
cd tindev/backend
yarn devTo run the web app:
cd tindev/fronted
yarn startNOTE: The application can be accessed at localhost:3000.
To run the mobile app, connect a smartphone by USB or run an emulator. Then:
cd tindev/mobile
yarn androidor
cd tindev/mobile
yarn iosPRs and stars are always welcome.
To ask a question, please contact me.
Licensed under MIT license.