Skip to content
/ freezeman Public

Freezer management & sample tracking system

Notifications You must be signed in to change notification settings

c3g/freezeman

Repository files navigation

FreezeMan

InstallationLicense

FreezeMan is a freezer management system designed to manage the storage and tracking of biological samples in a laboratory environment.

Installation

# Clone the repository
git clone https://github.com/c3g/freezeman
cd freezeman
git submodule update --init --recursive

Next, follow the instructions in /backend/ and /frontend/.

License

FreezeMan is licensed under the GNU LGPL version 3 © C3G, McGill University

Portions copyright: Django Software Foundation and individual contributors to the Django project. See relevant licenses:

  • /backend/templates/admin/base_site.html

Portions copyright: Bojan Mihelac and individual contributors to the django-import-export project.