A Java swing based personal appointment management application. Currently supported functionalities :-
- Create new appointment slot.
- Book a particular slot.
- Update the slot.
- Clear/Free up the slot to re-book.
- Delete the slot.
- IntelliJ IDEA
- Java version 17+
Clone the project
git clone https://github.com/mbhaskar98/Appointly.git
Go to the project directory
cd Appointly
Open The folder in IntelliJ IDEA
Go to main file
src/main/java/com/appointmentbooking/Main.java
Click run
Tests are present in this folder. These are standard Junit tests. Can be run via IntelliJ IDEA test runner.
src/test/java/com/appointmentbooking/backend/