Radiology imaging equipment management system to track equipment inventory and annual testing of radiology imaging equipment.
This application will track
- radiology imaging equipment inventory
- surveys performed on imaging equipment for
- acceptance testing
- annual surveys
- surveys following major repairs
- shielding surveys
- report repository
- survey recommendations
- test equipment used for performing surveys
- required calibrations on test equipment
- Clone the Github repository for the project
- Run
composer installto install the Laravel framework and associated software bits - Edit
.env.exampleand customize database server section for local settings. Save as.env - Run
php artisan key:generateto generate an application key - For testing purposes, run
php artisan serveand point your web browser athttp://localhost:8000 - For production, configure a web server virtual host using the
publicdirectory as the DocumentRoot
This project is developed in PHP using the Laravel framework.