ApplETS / Notre-Dame

The 4th generation of ÉTSMobile, the main gateway between the École de technologie supérieure and its students on mobile devices
Apache License 2.0
37 stars 12 forks source link
android dart ets etsmobile flutter hacktoberfest ios mobile student-project students university


Notre-Dame Project

Build Status Code coverage
Play store version
App store version

This project is the placeholder for the fourth version of ÉTSMobile, a mobile which application that is currently available for Android and iOS. ÉTSMobile is the main gateway between the user and the École de technologie supérieure (ÉTS) on mobile devices. ÉTSMobile is an open-source project and is developped by members of the student club ApplETS. It offers:

Note: This guide is also available in: Français

Technologies used

Requirements

Before running the code

You need to copy the script env_variables.sh (only available on the Google Drive of the club) to the root folder of your project, then run:

chmod +x ./scripts/decrypt.sh
chmod +x ./env_variables.sh
./env_variables.sh

Run the code

Add environment variable for API_KEY

Git hooks

You can find under the folder .githooks all the hooks needed for this project. To configure git to use this folder enter the following command:

git config core.hooksPath .githooks

How to renew apple certificates:

Follow the procedure in this repo available only by admin group and devops group:

⚖️ License

This projet is licensed under the Apache License V2.0. See the LICENSE file for more info.