Skip to content

BIOlogical data Management Tool

Notifications You must be signed in to change notification settings

BIONF/BIOM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIOM

This is the university project for the database improvements.

Requirements

  • Python should be already installed

Installation

For Linux

python -m venv .venv
source .venv/bin/activate
pip install -r ./src/requirements.txt

Run the server

Activate the virtual environment to run the server

python ./src/manage.py runserver

Debugging

Select the virtual environment as python interpeter to be able to debug on vscode

About

BIOlogical data Management Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.5%
  • HTML 37.0%
  • JavaScript 3.2%
  • Makefile 0.3%