EventsManager is a project developed for the Programming IV course. It is a Spring Boot application that allows you to manage events such as conferences, seminars, workshops, and other similar events.
To install EventsManager, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/WesamAbadi/Events-Manager.git
-
Navigate to the project directory:
cd Events-Manager
-
Build the project using Maven:
mvn clean install
EventsManager provides a graphical user interface (GUI) to manage events. Once you have installed the project, you can run it using the following command:
mvn spring-boot:run
You can access a live deployed version of EventsManager at
https://events-manager2.onrender.com
Please note that the live deployment may have limited functionality or data, as it is intended for demonstration purposes.