Skip to content

mbhaskar98/Appointly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointly

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.

Prerequisites

  • IntelliJ IDEA
  • Java version 17+

Run Locally

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

Running Tests

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages