FWDX BioBlade is a in house software for Fort Worth Diagnostics, an assay manufacturer focused on delivering reagents for digital and qPCR platforms. BioBlade will provide FWDX with different functionalities such as a well structured database to store company data (reagents/pathogens/users), the ability to schedule jobs that will generate reports with information such as deletions/mutations allowing FWDX to quickly adapt their assays to the mutated pathogen without having to go searching for the changes themselves.
FWDX/
├── .github/ # GitHub Actions workflows
├── backend/ # Python
├── frontend/ # Vue.js
├── .gitignore # Git ignore rules for both frontend and backend
├── README.md # Project documentation
├── requirements.txt # Required packages to run for both frontend and backend
git clone https://github.com/Zhelus/fwdx.git
cd fwdx/
python -m pip install -r requirements.txt
OR
python3 -m pip install -r requirements.txt