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
yarn
command:
cd tindev/backend
yarn
cd tindev/frontend
yarn
cd tindev/mobile
yarn
- Read the instructions to create the database here.
First, start the server:
cd tindev/backend
yarn dev
To run the web app:
cd tindev/fronted
yarn start
NOTE: 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 android
or
cd tindev/mobile
yarn ios
PRs and stars are always welcome.
To ask a question, please contact me.
Licensed under MIT license.