Skip to content

Bachelor project at NTNU (IDATG2900), done in collaboration with Oslo University Hospital. Patient monitoring system developed to help doctors and researchers retrieve and manage medical waveform data from their Nihon Kohden monitoring machines.

Notifications You must be signed in to change notification settings

MONK-system/system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

MONK - System

Linux architecture and application for management and access control of Nihon-Kohden MFER data.

Cloning the repository

--> Clone the repository using the command below:

git clone https://github.com/MONK-system/system.git

Install the requirements:

View the requirements.txt file in the monksystem folder.

Check out https://github.com/MONK-system/library for installation prerequisistes.

Running the application

--> To run the app, we use this command in the terminal:

python manage.py runserver

Then, the development server will be started at : http://127.0.0.1:8000/

Access and manage the database

In order to get access to the database, you will need to create a super user / admin user.

To create a superuser for the admin interface in Django, you can use the createsuperuser management command provided by Django's authentication system. Follow these steps:

  1. Open a terminal or command prompt.
  2. Navigate to your Django project directory.

Run the following command:

python manage.py createsuperuser
  1. You'll be prompted to enter a username, email address, and password for the superuser. Fill in the details as required.
  2. Once you've entered the details, the superuser will be created and you'll receive a confirmation message.

After creating the superuser, you can now access the Django admin interface by running your Django development server (python manage.py runserver) and navigating to /admin in your web browser. Log in using the username and password of the superuser you just created, and you'll have access to the admin interface to manage your Django application's data. Log in with the admin user via the "Log in as admin" link at the login page.

Create a virtual environment (Not mandatory, but recommended)

--> installs the virutalenv first

pip install virtualenv

--> Then we create our virtual environment

virtualenv {your environment name}

--> Activate the virtual environment: Windows:

{your environment name}\scripts\activate

Linux:

source {your environment name}/bin/activate

About

Bachelor project at NTNU (IDATG2900), done in collaboration with Oslo University Hospital. Patient monitoring system developed to help doctors and researchers retrieve and manage medical waveform data from their Nihon Kohden monitoring machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •