IMPORTANT Before starting the program, make sure that you have correctly set up Java. This program is written with JDK 11 in mind, so it is recommended that you use Java 11.
Here are the instructions to start the program
- To run the program, access the Main file that is located in the src directory. Make sure the SDK is setup and that JUnit is included (if you are running unit tests)
- If you are not running the program through IntelliJ, you may have to compile the java files to class files first. It is recommended to use IntelliJ as it will do this automatically for you
- After setting up the java files, run the green arrow in Main (or the compiled file if you compiled it manually) and everything should be ready for you
- Please keep in mind that the program relies on user interaction with the terminal
- The program should now be ready to use!
Whenever there is a change to the entities, the database must completely reset. In the case that there is an error
with the database, go into src/data and remove all contents inside the .ser files.
While this will remove all user and pet data in the system, it will allow you to access the program.
This program was created by group 0236 from the class CSC207 in Summer 2022 at the University of Toronto. If you plan on using parts of this code for your program, please keep the following in mind.
By using any code written in this program, you must give credit to group 0236 from the Summer 2022 CSC207 class. You also agree that the code is written as is and as such, we bear no responsibility for any issues you may have when using this code.
group0236: Francisco Benavides, Eswar Grandhi, Paulo Guerrero, Nairi Kelian, Angela Niu, Ysha Santos, Injong Won