https://github.com/omerjuve2023/mvcinterfacehttp
MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.
https://github.com/omerjuve2023/mvcinterfacehttp
docker gradle http interface java learn spring-boot
Last synced: 11 months ago
JSON representation
MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.
- Host: GitHub
- URL: https://github.com/omerjuve2023/mvcinterfacehttp
- Owner: OmerJuve2023
- License: gpl-2.0
- Created: 2024-05-19T22:40:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T21:53:20.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:58:49.722Z (about 1 year ago)
- Topics: docker, gradle, http, interface, java, learn, spring-boot
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MvcInterfaceHttpApplication
MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a
remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.
### Prerequisites
- Java 17
- Gradle
- Docker (optional)
### Installing
1. Clone the repository
```bash
git clone https://github.com/OmerJuve2023/MvcInterfaceHttpApplication.git
```
2. Build the project
```bash
cd MvcInterfaceHttpApplication
gradle build
```
3. Run the project
```bash
gradle bootRun
```
4. Open a browser and navigate to `http://localhost:8080`