Mentorship System is an application that allows women in tech to mentor each other, on career development topics, through 1:1 relations for a certain period.
This is the iOS client for the Mentorship System.
Visit here to see all the screenshots
- Make sure you have Xcode IDE downloaded on your machine for development.
- Fork the project. Go to mentorship-ios and click on Fork in the top right corner to fork the repository to your Github account.
- Clone the project. Open the forked mentorship-ios repository from your GitHub account and click on the "Clone or Download" button. You should be able to see the option "Open in Xcode"; this is the recommended option and should be used to get a local copy of the project on your machine.
- Open your terminal and go to the project folder on your machine. Run the command
pod install
(note: you may first need to install cocoapods usingsudo gem install cocoapods
). A new .xcworkspace file shall be created. - You're all set now! Use the .xcworkspace file for development.
The Mentorship iOS app currently supports two different social sign in providers - Apple and Google. The set-up for both of these is a little different and are explained below-
- You will need an Apple Developer Account and the 'Account Holder' or 'Admin' rights for that account.
- Add capability in Xcode project as explained here.
- Register outbound email domain (mentorshiptest@mail.com) on your Apple Developer account. Instructions
- Generate OAuth client id for project from here. You shall get a Configuration.plist file, save that for convenience.
- Add reversed client id (from Configuration.plist file) as an URL type in Xcode project.
- Add the client id in Config.plist file in the project for the key 'googleAuthClientId'.
- To test Sign in with Google, you'll have to set-up the backend locally and use this same client-id as an environment variable. Please see the instructions for setting up the backend locally.
For contributing, you first need to configure the remotes and then submit pull requests with your changes. Both of these steps are explained in detail in the links below and we recommend all contributors to go through them-
Please read our Contributing Guidelines, Code of Conduct, and Reporting Guidelines.
You can reach our community at AnitaB.org Open Source Zulip.
We use #mentorship-system stream on Zulip to discuss this project and interact with the community. If you're interested in contributing to this project, join us there!
Mentorship System is licensed under the GNU General Public License v3.0. Learn more about it in the LICENSE file.