UAM-IT is a small team of custom developers supporting the mission of Universal Asset Management (UAM). Our primary goal is to turn data into actionable information for the customers and staff of UAM.
To accomplish our goal, UAM-IT provides custom web applications such as:
- Corporate Website.
- A Full-Featured Intranet.
- FlightDeck - Aviation's New Horizon.
- Laravel - a PHP web framework.
- Dart - Dart is a client-optimized language for fast apps on any platform.
- Django - a Python web framework.
- Laravel Livewire - a full-stack framework for Laravel that makes building dynamic front-ends as simple as writing vanilla PHP.
- VueJS - a progressive Javascript framework.
- Flutter - Googless UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
- TailwindCSS - A utility-first CSS framework for rapidly building custom designs.
- GraphQL - A query language for your API
- Firebase - a comprehensive app development platform
For more information consult our Technology Manual.
myUAM provides staff with a central location for all UAM-IT customer software.
[X] designates that test is passing
- GUEST
- [] has no access
- USER
- [] has no access
- STAFF
- [] has no access
- ADMIN
- [] has no access
- OVERSIGHT
- [] has no access
- Clone this repository.
- Run
composer install
. - Run
npm install
. - Edit .env file to point to ATC database and add in Email credentials.
- Run
php artisan serve
or serve with Valet.