Code Monkey home page Code Monkey logo

cercatrova-personnel's Introduction

CercaTrova-Personnel

Design Lab project

  • Repository for emergence personnel side application

Important Links

Setup Instructions

Please follow the following Setup Instructions carefully to correctly run the Personnel side App

To compile from source

  • download the project source Repository.
git pull https://github.com/NilanjanDaw/CercaTrova-Personnel.git
  • Open project in Android Studio. Download libraries as required. Build and deploy.

Running using Binaries

  • download latest release version
  • Install in target device. P.S. Since the apps are still in pre-release, enable debug mode in the target device.

New Personnel Registration

To register a new personnel run the following cURL command in bash:

curl -X POST \
  http://127.0.0.1:8000/personnel_login_server/user/ \
  -H 'cache-control: no-cache' \
  -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  -F personnel_id=<personnel_id> \
  -F adhaar_number=<adhaar_number> \
  -F first_name=<first_name> \
  -F last_name=<last_name> \
  -F contact_number=<contact_number> \
  -F car_number=<car_number> \
  -F responder_type=<responder_type> \
  -F base_station=<base_station> \
  -F password=<password> \
  -F 'location=POINT(<latitude> <longitude>)'

cercatrova-personnel's People

Contributors

debapriya20 avatar nilanjandaw avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.