mauryakshitij / Smart-Naka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart-Naka

Flutter Logo     Flutter Logo     Appwrite Logo

We have created a mobile app that allows a constable to quickly and easily check the details of a suspicious vehicle in real time using the dataset present in https://stolenvehicles.co.za/. This database contains information about stolen vehicles, and the goal of the mobile app is to allow the constable to access this information while on patrol, so that they can take appropriate action if a suspicious vehicle is found. To do this, the mobile app communicates with the dataset through an API (Application Programming Interface) in order to retrieve the necessary information.

Setting up the project in your local environment💻

  1. Fork this repository.
  2. Clone the forked repository:
git clone https://github.com/<your username>/Smart-Naka
cd Smart-Naka
  1. Add a remote to the upstream repository:
# Typing the command below should show you only 1 remote named origin with the URL of your forked repository
git remote -v
# Adding a remote for the upstream repository
git remote add upstream https://github.com/mauryakshitij/Smart-Naka
  1. Get Flutter and Firebase CLI if you don't already have them.
  2. Run flutter pub get to get the dependencies.
  3. Finally, run the app:
flutter run

As we have used API that doesn't contain numbers of Indian vehicles so here are some Examples: CT529663, CA529663.

Authors

This project was developed under a hackathon by

About


Languages

Language:Dart 99.4%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%