Upload project files

This commit is contained in:
James Musselman 2025-01-16 19:37:13 -06:00
commit 9f8250ae15
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
20 changed files with 2936 additions and 0 deletions

14
doc/HOW_TO_COMPILE.md Normal file
View file

@ -0,0 +1,14 @@
```
# When you make changes to the library
$ cd LibraryManagementLibrary
$ mvn clean install
# Any time you make changes (in the top-level project directory)
$ mvn clean package
# Run the server
$ java -jar LibraryManagementServer/target/LibraryManagementServer-1.0-SNAPSHOT.jar
# Run the client
$ java -jar LibraryManagementClient/target/LibraryManagementClient-1.0-SNAPSHOT.jar
```

View file

@ -0,0 +1,2 @@
_Title_, _Author_, _Year_, _Publisher_, _PublishDate_, _ISBN_, _NumCopies_, _NumChecked_, _IdNum_, _Price_, _CurrentHolders_