/MERN-Dating-App

A cross platform mobile dating app made with the MERN stack (React Native), the matching algorithm uses the swiss ephemeris library (C/C++) to calculate astrological compatibility

Primary LanguageJavaScript

Interface-Dating-App

Requirements

  • The project was made using Android Studio's AVD manager
  • You need to create an AVD virtual device with API level 28 and android 9.0
  • You need npm version >= 6.0
  • You need react-native-cli v2.0

Steps:

After installing Android Studio, setting up the virtual device and starting it

  • Go to the main folder where _ package.json _ is located
  • Open a terminal or CMD, and type ** npm install ** , it might take a while depending on your internet speed
  • When the last command finishes installing packages, type ** npm start **
  • Then in another terminal, while the virtual device and the last command are ready, type ** react-native run-android **