GithubHelp home page GithubHelp logo

sohelkabir / dating-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yei-linux/dating-app

0.0 0.0 0.0 3.41 MB

Dating App where rules are being changed agains society

Shell 0.83% JavaScript 0.77% Ruby 1.57% Objective-C 1.58% Java 4.94% TypeScript 89.62% Objective-C++ 0.52% Dockerfile 0.19%

dating-app's Introduction

gamiBrain

Dating App


Resume

  • This a mobile application where users can find new people and start a conversation whatever you want.

Setup

  • Please run these following commands:
  npm run front:dev
  npm run docker:compose-up

Possible issues

  • In case you have docker size issues in your device you can run this following commands to see the memory details and clear it:
  docker system df -v
  docker builder prune -a

Generate our docker builds

  • Run these commands:
  npm run docker:build-yt-mixer
  npm run docker:build-transcribe

Generate and push our docker images to ECR

  • Setup ecs-cli and gnupg
  npm run aws:deploy-ecr
  • In case for just login run:
aws ecr-public get-login-password --profile jesus --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

Create EC2 Instance

  • Run these commands:
  npm run aws:create-ec2-instance

Connect EC2 and setup

  • Connect to ec2 instance , download gists files and run the shell files to setup:
  chmod 400 ~/.ssh/dating-match-cluster.pem
  ssh -i "~/.ssh/dating-match-cluster.pem" [email protected]

  curl -O https://gist.githubusercontent.com/Yei-Linux/0c7e5e044563af265086786b7cb5553a/raw/faa7f71c5d9736db662fdfa2d8394a96df353471/ec2-setup.sh
  curl -O https://gist.githubusercontent.com/Yei-Linux/89bedf9e27c6cbbfee2311892b8fb49a/raw/89c3bb535de10eeffdefadeb1c8e00320d395014/ec2-docker-install.sh
  curl -O https://gist.githubusercontent.com/Yei-Linux/21f3b61fec844ddb9c926c093bdd0231/raw/ad88bbf65f28569099e9e81f1225091ee80ffe33/ec2-caprover-install.sh
  curl -O https://gist.githubusercontent.com/Yei-Linux/1831bb0742755d26977c4723eea579bc/raw/491c048f689490df13cc0feec2a8eea57599d145/ec2-remove-captain.sh

Caprover

  • Password: datingapp123

RDS

  • Password: datingapp123

KeyStore password

  • Password: datingapp123

Deploy to PlayStore

 /usr/libexec/java_home
 cd /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
 sudo keytool -genkey -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 36500

 Add the following options in gradle.properties:
  MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
  MYAPP_UPLOAD_KEY_ALIAS=my-key-alias
  MYAPP_UPLOAD_STORE_PASSWORD=*******
  MYAPP_UPLOAD_KEY_PASSWORD=*******
 In settings android/build.gradle set in signingConfigs:
        release {
            if(project.hasProperty("MYAPP_UPLOAD_STORE_FILE")) {
                storeFile file(MYAPP_UPLOAD_STORE_FILE)
                storePassword MYAPP_UPLOAD_STORE_PASSWORD
                keyAlias MYAPP_UPLOAD_STORE_PASSWORD
                keyPassword MYAPP_UPLOAD_KEY_PASSWORD
            }
        }

  npm i react-native-rename -global 
  npx react-native-rename "dating app" -b com.jesusalvan.datingapp

  npm i react-native-version -global 
  react-native-version --never-amend

  go to https://www.appicon.co/ and generate your icon app
  go to android studio and select image asset to generate launcher foreground and round

  go to android and run: ./gradlew bundleRelease

dating-app's People

Contributors

yei-linux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.