Sign inSign up

iamnazzal/semax-polska-research-notes

By iamnazzal

Updated 25 days ago

Image
0

60

iamnazzal/semax-polska-research-notes repository overview

Semax Polska Research Notes

Lightweight research-notes helper API for laboratory reading workflows.

Built for Semax Polska — chemical reagents and peptides for research (institutions, private researchers, and chemistry labs).

Links

Shop / homepage: https://semaxpolska.com/

Product catalog: https://semaxpolska.com/sklep/

Contact: https://semaxpolska.com/kontakt/

Source: https://github.com/nbkdevs/Semax-assets

Quick start

docker pull YOUR_DOCKERHUB_USER/semax-polska-research-notes:latest docker run --rm -p 3000:3000 YOUR_DOCKERHUB_USER/semax-polska-research-notes:latest

Then open:

http://localhost:3000/ — package info JSON

http://localhost:3000/health — health check

Example health response:

{ "ok": true, "brand": "Semax Polska", "homepage": "https://semaxpolska.com/" }

Build from source

cd Semax-Polska-Platforms/packages/docker docker build -t YOUR_DOCKERHUB_USER/semax-polska-research-notes:1.0.0
-t YOUR_DOCKERHUB_USER/semax-polska-research-notes:latest . docker run --rm -p 3000:3000 YOUR_DOCKERHUB_USER/semax-polska-research-notes:latest

What it does

Serves a minimal Node.js HTTP service that identifies the Semax Polska Research Notes tooling and exposes a /health endpoint. Useful as a small companion container alongside laboratory research workflows that use reagents from Semax Polska.

Image details

Item

Value

Base

node:20-alpine

Port

3000

License

MIT

Homepage label

https://semaxpolska.com/

License

MIT © Semax Polska / Dobre Peptydy Sp. z o.o.

Tag summary

Content type

Image

Digest

sha256:77d076bca

Size

46.1 MB

Last updated

25 days ago

docker pull iamnazzal/semax-polska-research-notes