Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 733 Bytes

Event Manager Backend

This project is a Spring Boot application that implements CRUD operations for events. It provides a REST API for creating, reading, updating, and deleting events.

Structure

The project is structured as follows:

src/main/java - contains the source code for the application. src/main/resources - contains configuration files and other resources used by the application. src/test/java - contains the unit tests for the application.

Usage

The application can be run by executing the Application.java file. It runs on port 8080 by default.

Development

To develop the application, clone the repository and run the Application.java file.

Tests

The unit tests can be run using the mvn test command.