Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.56 KB

File metadata and controls

72 lines (55 loc) · 1.56 KB

Virtual Scroll Access System

A file management platform that enables users to store, download, preview, and edit files in binary format.

How To Run

gradle clean build run

How To Test:

gradle test jacocoTestReport

Admin Privileges

Should you wish to use the application as admin (add/edit/remove users and scrolls; set scroll of the day):

Username: admin
Password: admin

User Accounts

The program includes several preconfigured user accounts:

Username: bbat
Password: password

Username: lulu
Password: password

Username: lewlew
Password: password

Username: fmurphy
Password: password

Username: pete_g
Password: password

Locked Scrolls

The program features a locked scroll that requires a password for access:
Filename: The Turing Journal
Password: test

Tech Stack

  • JDK 17
  • JavaFX 17
  • Gradle 8.5
  • JUnit 5
  • JaCoCo

Preview