https://github.com/cpduncan/acme-ordering
Semester project coursework as an introduction to Agile project management and rudimentary Software Archetecture. Acme Markets beverage distribution application for sales-reps ordering to customer stores.
https://github.com/cpduncan/acme-ordering
javafx ordering-system
Last synced: about 1 month ago
JSON representation
Semester project coursework as an introduction to Agile project management and rudimentary Software Archetecture. Acme Markets beverage distribution application for sales-reps ordering to customer stores.
- Host: GitHub
- URL: https://github.com/cpduncan/acme-ordering
- Owner: cpduncan
- Created: 2025-07-18T03:27:09.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-22T07:11:38.000Z (11 months ago)
- Last Synced: 2025-07-22T08:53:00.430Z (11 months ago)
- Topics: javafx, ordering-system
- Language: Java
- Homepage:
- Size: 65.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
### Running the application
Download the repo and run "run.bat" to start the application.
The executable will only work locally as it is not a jar with compiled code. It runs the jar with a path reference to the javafx version packaged within the project files.
### Email/Password combinations in database:
| Email | Password |
|-------|----------|
| jsmith57@acme.com | password |
| tjeffe15@acme.com | password |
| ljames82@acme.com | password |
| gmaddu54@acme.com | password |