- Tinder for Developers using GitHub API
- This project is a result of Semana OmniStack 8 (presented by Rocketseat)
Build Stack | How To Use | Note | License
You will need Git to clone this repository. You will also need Node.js, Nodemon and Yarn on your computer to run the application. From your command line, run:
# Clone this repository
$ git clone https://github.com/gstvds/Tindev
# Go to the repository folder
$ cd Tindev
# Install dependencies for backend server
$ cd backend
$ yarn install
# Install dependencies for frontend
$ cd frontend
$ yarn install
# Install dependencies for mobile
$ cd mobile
$ yarn install
# Run the backend server
cd backend
$ yarn dev
# Run the frontend server
$ cd frontend
$ yarn start
# To run the React Native Server
$ cd tindev
$ react-native start
# Run the App (Android)
$ react-native run-android
# Run the App (iOS)
$ react-native run-ios --simulator="iPhone XS Max"
Mobile version is not finished
This project is under MIT License. Check the LINCESE for more information.