Skip to content

NikolaBrodic/ClinicalCentreSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinical Centre System

Codacy Badge

This web application allows a clinical centre to organize work of its clinics. The main purpose of this application is keeping records of the employees, registered clinics, examination and operation rooms of a clinic, patients and their medical records, as well as scheduling appointments. Users of the system are patients, doctors, nurses, clinic administrators and clinical centre administrators.

Screenshots

Page example

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

To get started, clone the project to your local directory:

$ git clone https://github.com/NikolaBrodic/ClinicalCentreSystem.git

Prerequisites

You need to install following software to be able to run the application:

Installing and Configuring

  1. Start pgAdmin and create a database with name ClinicalCentreDatabase

  2. Go to the Frontend directory inside the application's root directory, open a console and type:

npm install

to install all dependencies.

Using

Starting Backend

If you are using Apache Maven to run the backend, go to the Backend directory inside the application's root directory, open a console and type:

mvn spring-boot:run

This command will start the backend.

If you are using some IDE, just open/import the Backend directory in it and run the project.

Starting Frontend

Go to the Frontend directory inside the application's root directory, open a console and type:

ng serve

or alternatively

npm start

to start the frontend.

Deployment

Application is deployed on Heroku from another repository, which contains combined backed and frontend. Angular frontend was build using the command ng build --prod and placed in resoures/static package on the backend.

Deployment repository

Heroku live demo

Built With

Authors

About

Web based information system for clinical centre.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published