This is a Maven Spring Boot project. It is a web application that uses the Spring Boot framework to provide a RESTful API.
To run this project, you will need to have the following installed on your machine:
- Java 8 or higher
- Maven
To get started with this project, follow these steps:
-
Clone the repository to your local machine.
-
Open a terminal and navigate to the project directory.
-
Run the following command to build the project:
mvn clean install
-
Once the build is complete, run the following command to start the application:
mvn spring-boot:run
-
The application should now be running on
http://localhost:8080
.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.