An open API service indexing awesome lists of open source software.

https://github.com/c3g/freezeman

Freezer management & sample tracking system
https://github.com/c3g/freezeman

c3g django javascript lab lims postgresql python react sample science tracker typescript

Last synced: 3 months ago
JSON representation

Freezer management & sample tracking system

Awesome Lists containing this project

README

          


FreezeMan







Installation
License



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

## Installation

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

Next, follow the instructions in [/backend/](./backend/) and
[/frontend/](./frontend/).

## License

FreezeMan is licensed under the GNU LGPL version 3
© [C3G, McGill University](http://www.computationalgenomics.ca/)

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.