SRJPE / rst-pilot-app-client

Rotary Screw Trap Data Collection application
0 stars 0 forks source link

DataTackle User Interface Application

Table of Contents

  1. Objective
  2. Dependencies
  3. Environmental Variables
  4. Setup
  5. Interacting with the Server and Database

Objective

This repository holds the files neccessary for generating a native tablet application for the DataTackle User Interface.

Dependencies

Please ensure these software are installed on your computer:

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

These values pertain to the PostgreSQL database you are attempting to connect to, either the local database instance or the cloud hosted database. See the RST Database Repo for details on these values.

REACT_APP_BASE_URL : This is the URL of the server you have setup to make HTTP requests, either locally or to a cloud server.

Current Azure B2C Configuration Environmental Variables:

Setup

Local Development using Expo Go and iOS Simulator

Development Build

Native Application Build

Authentication

Interacting with the Server and Database

Please visit the GitHub repositories for the Server and Database to access setup instructions for those portions of the application.

DataTackle App Server

RST Database Repo