GithubHelp home page GithubHelp logo

merren22 / bicibici_app Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 230 KB

Flutter app for bike sharing system. Includes user management and map visualization

Kotlin 0.21% Ruby 1.42% Swift 0.33% Objective-C 0.02% Dart 97.71% Shell 0.30%
flutter google-maps aws serverless maps

bicibici_app's Introduction

bicibici

This project is a prototype of how a bike sharing system would be implemented. This repository contains the app that the users would use to request a ride by scanning a QR code. It also includes managment of user account using AWS Cognito and connection to an API build using NodeJS and AWS Lambda.

alt text alt text alt text alt text

Google Maps

In order to use this app a Google Maps Key needs to be added. This key needs to be created via the google cloud platform. Once this key is created it needs toi be inserted in the following files: AndroidManifest.xml and AppDelegate.swift

AndroidManifest.xml

    <application
        android:name="io.flutter.app.FlutterApplication"
        android:label="bicibici"
        android:icon="@mipmap/ic_launcher">
        <meta-data android:name="com.google.android.geo.API_KEY"
            android:value="AIza... Put maps key here"/>
            ...

AppDelegate.swift

@objc class AppDelegate: FlutterAppDelegate {
    override func application(
        _ application: UIApplication,
        didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?
        ) -> Bool {
        GMSServices.provideAPIKey("AIza... Put maps key here")
        GeneratedPluginRegistrant.register(with: self)
        return super.application(application, didFinishLaunchingWithOptions: launchOptions)
    }
}

API and Monitoring

This app consumes an API build using AWS API Gateway, AWS Lambda and DynamoDB. The source code for this project can be found in backend_bicibici repository (https://github.com/merRen22/backend_bicibici)

Along with this app a web application that allows admin users to monitor the state of the system on real was build using React JS. This app can be found in the backend_bicibici_admin repository (https://github.com/merRen22/backend_bicibici_admin)

  • Renato Mercado 19/04/2019

Nota elminar provideAPIKey en swift

bicibici_app's People

Contributors

merren22 avatar

Stargazers

nikita gordeev avatar tang avatar  avatar ARUN BALAJI avatar Geerson.pizarro avatar

Watchers

 avatar

Forkers

gitisara

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.