Skip to content

Summative assignment for CPS406 (Intro to Software Engineering)

Notifications You must be signed in to change notification settings

samdindyal/BugByte.jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt tag


This is an application, written in Java as an assignment for CPS406 (Intro to Software Engineering), which emulates a bug report system. It implements user accounts and a database of bugs of which users can add, remove and edit. Because this is an emulation, information will not be transmitted through the internet and will only be emulated through offline files in which we plan to store the appropriate serializable objects.



Compilation


BugByte can be compiled into an executable .jar file using the Makefile provided:

make clean      # Clean the working directory
make build      # Compile and build executable jar

About

Summative assignment for CPS406 (Intro to Software Engineering)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •