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
- Host: GitHub
- URL: https://github.com/c3g/freezeman
- Owner: c3g
- Created: 2021-02-26T15:24:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T20:20:23.000Z (4 months ago)
- Last Synced: 2026-02-14T01:09:20.114Z (4 months ago)
- Topics: c3g, django, javascript, lab, lims, postgresql, python, react, sample, science, tracker, typescript
- Language: Python
- Homepage:
- Size: 44.3 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FreezeMan
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.