https://github.com/stefmedjo/fleetmanager
Fleet Manager app design with Quarkus and Angular
https://github.com/stefmedjo/fleetmanager
fleet-management java quarkus quarkusio restful-api serverless
Last synced: 6 months ago
JSON representation
Fleet Manager app design with Quarkus and Angular
- Host: GitHub
- URL: https://github.com/stefmedjo/fleetmanager
- Owner: stefmedjo
- Created: 2020-02-18T14:42:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T17:47:51.000Z (over 5 years ago)
- Last Synced: 2025-02-08T14:31:19.642Z (8 months ago)
- Topics: fleet-management, java, quarkus, quarkusio, restful-api, serverless
- Language: Java
- Size: 85.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fleet Manager
Fleet Manager is a fleet management platform that lets you create maintenance schedules, track vehicle expenses and monitor fuel consumption built using Quarkus, the Supersonic Subatomic Java Framework for the backend and Angular for frontend.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.
If you want to learn more about Angular, please visit its website: https://angular.io/.## Running the application in dev mode
You can run your application in dev mode that enables live coding using:
```
./mvnw quarkus:dev
```