Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.13 KB

Gabber Mobile

Gabber mobile applications written in Xamarin using native Android and iOS UIs and shared codebase via PCL.

Project Structure

Path Info
/Gabber.Android The Gabber Android mobile application codebase
/Gabber.iOS The Gabber iOS mobile application codebase
/Gabber.PCL Shared codebase between Android/iOS, i.e. RESTClient, Database, Localisation, and DI

Running locally

Open Gabber.sln with Visual Studio and install the package dependencies. To use a local version of the GabberAPI update BaseAddress in RESTClient to either use your local IP (as it runs on 0.0.0.0:5000) or create an ngrok tunnel to expose the API.