Code Monkey home page Code Monkey logo

covid19lis's Introduction

Covid-19 Laboratory Information System

This was a project for a class in my Masters. The original proponent did not follow through with this so I figured, everyone can just use this for their own laboratories or hospitals. No need to pay me. Besides, we need to help each other out.

Features

  • Web application so it can be accessible by any devices in the network
  • Follows Philippines' Department of Health guidelines in case investigation (CIF v8)

Functionalities

  • Patient Management and Monitoring
  • Employee Management
  • Lab Inventory Management
  • Contact Tracing
  • Lab Test Management
  • Files and reports export

Requirements

  • Java 11
  • Grails 4
  • MariaDB 15
  • Apache Tomcat 9 (for server deployment)

Configuration

  1. Go to grails-app/conf/application.yml
    1. Change the metadata of the application by altering the values on the info -> app section
    2. Match your database credentials by changing the values in environment section (these are divided into three subsections: development, test, and production; change accordingly)
  2. If you are using a different file template for the exports, open src/main/webapp/templates
    1. For DOCX files, make sure to keep the tags <<Sample_Tag>> or else, no data will show up after export
  3. Change the logo to yours by replacing the grails-app/assets/images/logo.png and grails-app/assets/images/favicon.ico file to what you like
  4. When done, you can generate a deployable war file by: grails clean && grails compile && grails war
    1. The code separator above is for Linux; use only & for Windows
    2. You can generate a war file for other environments, e.g. test; just use grails test war
  5. Rename the generated war file, e.g. covid19lis.war

Installation:

  • Move the war file to the web to CATALINA_HOME/webapps
  • Wait for Tomcat to deploy the app
    • If it failed or did not start automatically, try forcing a restart on Tomcat service
  • Open browser
  • Type :/<name_of_war_file>, e.g. localhost:8080/covid19lis

covid19lis's People

Contributors

jmccordova avatar

Watchers

 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.