Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.37 KB

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.

Repository Structure

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

Documentation

Project Use Cases

🔗 Use Cases

API Documentation

🔗 API Documentation

Setup

1. Clone the repository

git clone https://github.com/Zhelus/fwdx.git
cd fwdx/

2. Install requirements

python -m pip install -r requirements.txt

OR

python3 -m pip install -r requirements.txt