Search engine for the location of ELAB's uncannily obsolete ICs
https://elab.kth.se/parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willd
1c8bdc69f6
|
2 years ago | |
---|---|---|
deploy | 6 years ago | |
parts | 2 years ago | |
.gitignore | 8 years ago | |
.gitmodules | 6 years ago | |
readme.md | 2 years ago |
readme.md
#ELAB Part Search ELABs custom inventory system for locating components.
##Design and use The system allows searching for parts in ELAB by part name or a description text and returns the location of the part - a drawer or other compartment name and a map illustration. Finding obscure, outdated ICs was never this easy!
##Requirements (Debian-based systems)
$ sudo apt install python3 python3-pip libpq-dev postgresql-13 nginx git
Python packages:
- flask
- requests
- sqlalchemy
- werkzeug
- pillow
- psycopg2
##Work in progress The system is currently being worked on. No touchy!