Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.99 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.99 KB

Gympoint - APP for customers

Features

  • Login with student ID
  • Check-in
  • Issue an help order
  • Follow the answers for help orders

Try it out

You can install the app on your device to test it out:

  1. Install with Expo
  2. Download the apk

Relevant libraries

⬇️ Installing

Clone the repo and enter the app folder

git clone https://github.com/CaioQuirinoMedeiros/Gympoint.git

cd Gympoint/gympoint_app

Install expo-cli

npm i -g expo-cli

reference to expo official documentation

Install dependencies

expo install

Set the API_URL on src/config/api-config

Run the app

expo start