Skip to content

Issykelly/CI553-CW-miniStore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI553-miniStore, release for the 2024-CI553 cohort.
This is a deliberately convoluted legacy codebase for the CI553 coursework.
This version was simplified from catshop system of the previous year CW.
This version is all-in-one server configurion, with customer, cashier, packing, and backDoor clients.

Notes

The file DataBase.txt must contain Derby to work with the Derby database

BlueJ

To use the Derby database, you must add in Tools -> Preferences -> Libaries %DERBY_HOME%\lib\derby.jar %DERBY_HOME%\lib\derbytools.jar

REPLACE %DERBY_HOME% with the path to the base of the Derby database

Eclipse

To use the Derby database, after importing the project, Move the file DataBase.txt to be in the toplevel directory of your project. Copy the directory Images to the same top level directory as DataBase.txt

Then in Properties -> Resource -> Java Build Path -> Libraries Select Add external JARs %DERBY_HOME%\lib\derby.jar

REPLACE %DERBY_HOME% with the path to the base of the Derby database

IntelliJ

  1. File -> New -> project from version control -> fill the URl with https://github.com/Shine-SJF/CI553-CW-miniStore.git (Click next until complete)
  2. Run (both of which will fail) clients.Setup.main() and clients.Main.main().
  3. Run -> Edit configurations, and:
  4. select Setup, modify options -> modify classpath -> + -> include -> \lib\derby.jar (located in lib/db-derby-10.14.2.0-lib/)
  5. select Main, modify options -> modify classpath -> + -> include -> \lib\derby.jar (located in lib/db-derby-10.14.2.0-lib/)

Run

  1. To create the Derby database, after compiling the system, run clients.Setup.main().

  2. To start the system, run clients.Main.main().

About

CW codebase for CI553

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 95.5%
  • HTML 4.5%