Skip to content

MohideenM2000/tech-identifier-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

tech-identifier-app/ │ ├── backend/ # Backend (Server-Side) │ ├── data/ │ │ ├── categories.json │ │ ├── groups.json │ │ ├── technologies/ │ │ ├── tech_1.json │ │ ├── tech_2.json │ │ ├── ... │ │ ├── identified_technologies.json │ ├── scripts/ │ │ ├── category_validator.py │ │ ├── group_validator.py │ │ ├── structure_validator.py │ │ ├── technology_identifier.py │ │ ├── technology_validator.py │ │ ├── tech_list_matrix_generator.py │ │ ├── technology_report_generator.py │ └── app.py # Backend Application

├── frontend/ # Frontend (Client-Side) │ ├── src/ │ │ ├── components/ │ │ │ ├── TechIdentificationForm.vue │ │ │ ├── TechReport.vue │ │ ├── App.vue │ │ ├── main.js │ └── public/ │ └── package.json │ └── README.md │ └── ...

├── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages