This project is the portal used by the member of the student club App|ETS and other members of the École de Technologie Supérieure (ÉTS) to manage the API offered by the club.
Currently, the APIs available are the following:
- What's New: used by the ÉTSMobile (Notre-Dame) to display what's new after each update of the application.
- Hello: CURRENTLY IN DEVELOPMENT
- Flutter SDK >= 1.17 (you can find instructions to install the Flutter SDK here)
- Google Chrome installed (required for development)
- Enable web support: follow the instructions on the Flutter site
- Get the packages:
flutter packages get
- To run the application, use the following command:
flutter run -d chrome
TODO