Skip to content

GrantMcConachie/trilution_webclient_integration

Repository files navigation

trilution_webclient

RESTful API for Gilson's Trilution software.
A flask app API with a dash app and a webpage hosted on it as well.

Instructions

#clone
git clone https://github.com/GrantMcConachie/trilution_webclient_integration.git

#cd into directory
cd trilution_webclient_integration

#make virtual environment
python -m venv .venv

#activate virtual environment
source .venv/Scripts/activate

#install libraries
pip install -r requirements.txt

#start app
set FLASK_APP=main.py
flask run

Things to check out

Unforturnately some capabilities of this API requires you to be on a specific NIH network, so some things will not work as expected. However, here are some urls to look at that can give you an idea of what the webclient can do:

http://localhost:5000/gilson_REST/doc - for documentation on the API
http://localhost:5000/gilson_REST/webfront/GILSON_{#} - change {#} to 4, 5, or 6 to see method list for different intstruments
http://localhost:5000/standardapp/GILSON_{#} - change {#} to 4, 5, or 6 to see different standards for each gilson.

About

RESTful API for Gilson's Trilution software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published