Skip to content

A web application which could efficiently store and search data, whilst also incorporating annotation features

Notifications You must be signed in to change notification settings

siegert-lab/Data-Manager

 
 

Repository files navigation


NeuroDUI

Neuro Data User Interface


built with Python3 built with SQLite built with HTML built with CSS built with Shell Script

Installation

Source code

First clone the repository, then run pip3 install -r requirements.txt inside of the repository folder.

PyPI

<to be added>

Linux dependencies

This app is designed for linux distributions. You can install the dependecises for linux using the following command:

Amin@Maximus:./Data-Manager$ bash requirements_linux.sh

Usage

Please take a look at here for documentations.

After installing the dependencies, you can run the program via following command:

Amin@Maximus:./Data-Manager$ python3 src/main.py --server_ip localhost --port 8080

You can access the app via the following url http://localhost:8080. It is also possible to run the program on a different PORT (Please make sure that PORT is open in your firewall settings). The default username and password are admin and admin (You can change this password in the profile tab).

Documentation

Please take a look at here for the full documentation.

About

A web application which could efficiently store and search data, whilst also incorporating annotation features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.3%
  • HTML 32.8%
  • JavaScript 18.5%
  • CSS 4.8%
  • Shell 0.6%