Skip to content

parkr-unb/parkr

Repository files navigation

parkr

UNB Parking Management System

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Developing

Work in progress - just tentative now

  1. Install the amplify cli:

    # npm install -g @aws-amplify/cli
  2. Pull all of the backend configuration through the Amplify service:

    amplify pull --appId d2hizxojn9njyk --envName dev
    • Select 'Yes' when it asks if you will work on the backend. This will pull all of the cloudformation and lambda scripts.
    • You will need AWS creds, too. Ask Justen for them, they are tied to his account & credit card.
  3. Get dependencies specified in pubspec.yaml: flutter pub get