Giter Site home page Giter Site logo

patienttracking-web's Introduction

#Patient Tracking Web Web service has responsibility to:

  • Collect data from Floor server: API services;
  • Send data to Android applications: API services;
  • Display residents' location, information: Frontend side;
  • Manage residents and their location data: Backend side.

Environments

Software Requirements

Windows

Linux

Mac OSX

PHP

  • Tested with 7.0.8, min Version 5.4.0

##Installation Instruction

  1. If you use remote server, SSH to server;
  2. Import the MySQL database file in docs/database.sql;
  • For a local server use phpMyAdmin, which comes with XAMPP/MAMP/LAMP can be used to import the database;
  1. Go to /var/www/html (Root directory of Apache);
  • For a local server go to the document root of XAMPP/MAMP/LAMP (Named htdocs);
  1. Run git clone https://github.com/qinjie/PatientTracking-Web;
  2. Go to PatientTracking-Web folder;
  3. Run php init;
  4. Run chmod -R 777 api/runtime api/web/assets backend/runtime backend/web/assets frontend/runtime frontend/web/assets console/runtime, to allow temporary folders be writable;
  5. Config database in file in common/config/mail-local.php;
  6. Run composer install to install all the library;
  7. The server address is something like this:
    • Frontend: <server_ip>/PatientTracking-Web/frontend/web;
    • Backend: <server_ip>/PatientTracking-Web/backend/web;
    • API: <server_ip>/PatientTracking-Web/api/web/index.php/v1.
  8. Python background process is described Here

patienttracking-web's People

Contributors

machristmann avatar

Watchers

Qinjie avatar

patienttracking-web's Issues

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.