https://github.com/virresh/sahayak
Mentor-Mentee Matching App
https://github.com/virresh/sahayak
android-apps
Last synced: about 1 year ago
JSON representation
Mentor-Mentee Matching App
- Host: GitHub
- URL: https://github.com/virresh/sahayak
- Owner: virresh
- Created: 2019-09-24T17:13:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T08:23:37.000Z (over 6 years ago)
- Last Synced: 2025-01-19T08:28:11.771Z (over 1 year ago)
- Topics: android-apps
- Language: Java
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sahaayak
Your learning partner
OpenVidu used for supporting video calls.
Firebase is powering the backend.
NodeJS code for push notifications is not in this repository currently.
#### Setting up OpenVidu
Ensure you've generated your debug keys. If you're unsure on how to do that, `openvidus_extras/script.sh` has the steps commented.
Set-up docker
```bash
sudo apt-get install docker.io
```
Navigate to the folder openvidu_extras. Run script.sh with
```bash
./script.sh
```
This will setup a server on your machine.
#### Referring to OpenVidu server
Best way is to setup a URL key-value entry in the root of your firebase database to allow dynamic changes in the IP. However, if you still want to do it with a static IP, here are the steps:
- In the strings.xml file, replace the IP Address with your machine's IP Address.
For example,
```xml
https://192.168.0.8:4443/
```
- Make sure to replace the code for fetching URL dynamically inside the app for using the above resource string.
192.168.0.8 is your system's IP Address.
Build the app and run it.