Skip to content

Stoobaart/bed-checker

Repository files navigation

bed-checker

This webapp allows hospitals to easily track their bed usages by printing and scanning QR codes. The data sent from this will be used to improve the coordination of resources, and therefore, patient treatment.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd bed-checker
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

App to allow hospitals to keep track of their bed usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published