The mass spectrometry maintenance app
Make your mass spec maintenance team happy by providing them with a coffee, a tablet and this app!
This is a Vue.js-based todo app, which serves and is intended to organize tasks for the maintenance of modern proteomics mass spectrometers.
Each day one has to check the injection needles, run quality control samples, or exchange liquid chromatography components. In order to keep an overview of all these tasks, the Verkstad app for mass spec maintenance was developed and is now applied in the Lehtiö laboratory.
The frontend (which you see here) is able to communicate with a server-based node.js app, which maintains a sqlite database.
Yes, of course. Just clone this repo, adjust the API address in src/services/Api.js
and run npm run build
. The resulting
dist
folder is ready to be served by your machines. Also clone the
server repo and adjust
URLs and ports. Alternatively, you can directly pull and run the docker image
matthiasstahl/verkstad_server
. Please refer to the descriptions
here.
This project was built during some very long nights in Stockholm's winter 2019.