Skip to content
/ fwdx Public

Senior Design Project Repository for Fort Worth Diagnostics

Notifications You must be signed in to change notification settings

Zhelus/fwdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Senior Design Project Repository for Fort Worth Diagnostics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published