Skip to content

codearena-io/Acme-Hospital

Repository files navigation

Acme-Hospital

This project deals with the scenario of keeping fictional patient data and their examination records in a hospital. The technologies used are: Angular in version 7, Angular Material Design components and Google’s Cloud Firestore as repository. Node.js is used as the dev server. The development process is presented in the blog's 4-part walkthrough:

Running the Application

  1. You need to create a project of your own in Firebase.

  2. Then replace the Firebase settings defined in /src/environments with the settings of your project.

  3. Run npm install

  4. Run ng serve. Navigate to http://localhost:4200/.

Live App

The application is hosted live on Firebase. You can experiment with it: https://acme-hospital.firebaseapp.com

The username is: testpilot@codearena.io and the password is: codearenauser

Please make responsible use of the live app.