This repository contains the code base for a Java application for small online bakery businesses.
- The project is a desktop application (called Trackr) that targets users with a Command Line Interface (CLI), while providing the visuals using a Graphical User Interface (GUI).
- It is a software engineering project for a module (CS2103T Software Engineering) by National University of Singapore (NUS).
- It is written in OOP fashion.
- It comes with a reasonable level of user and developer documentation.
- It is named
Trackr
because it was created to help users track their orders, suppliers contact information and tasks. - For the detailed documentation of this project, see the Trackr Product Website.
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- If you would like to contribute code to the parent project (AddressBook-Level3), see se-education.org for more info.