Skip to content

manthanthakker/eventfinderbackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18b43b6 · Feb 1, 2023

History

25 Commits
Dec 2, 2018
Dec 13, 2018
Dec 9, 2018
Feb 1, 2023
Dec 2, 2018
Dec 2, 2018
Dec 2, 2018

Repository files navigation

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.