/mimron_trs_app

TRS Apps

Primary LanguageDart

TRS APP

Requirements

First Time Installation

Clone the repo:

git clone https://github.com/mimron/mimron_trs_app.git
cd mimron_trs_app

Install the dependencies:

flutter pub get

Set the url TRS Api Backend:

static const BASE_URL = 'http://127.0.0.1:3000/api/v1';
# inside directory /lib/helpers/constans.dart and modify BASE_URL variables (if needed)

Running Program:

flutter run