Skip to content

REST application developed in spring boot v3, demonstrates api creation and and response handling

Notifications You must be signed in to change notification settings

vishvasg14/basicRestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java REST Application using Spring Tool Suite (STS)

Welcome to the Java REST Application repository created using Spring Tool Suite (STS)!

This project serves as a template for building RESTful APIs using Java and Spring Boot framework.

Features

  • RESTful Endpoints: Implements RESTful endpoints to perform CRUD operations.
  • Spring Boot: Utilizes Spring Boot framework for easy application setup and development.
  • Database Integration: Demonstrates database integration for data storage using Spring Data JPA.
  • Swagger Documentation: Integrates Swagger for API documentation and exploration.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java Development Kit (JDK) - Java 11 or later.
  • Spring Tool Suite (STS) - Integrated Development Environment (IDE) for building Spring-based applications.
  • Git - Version control system for managing project files.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/java-rest-application.git
  2. Import the project into Spring Tool Suite:

    • Launch Spring Tool Suite.
    • Select File > Import.
    • Choose Existing Maven Projects and click Next.
    • Browse to the directory where you cloned the repository and select the project.
    • Click Finish to import the project into STS.
  3. Run the application:

    • Right-click on the project in the Project Explorer.
    • Go to Run As > Spring Boot App.
    • Alternatively, you can run the application using Maven: mvn spring-boot:run.
  4. Access the application:

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md file for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Hat tip to anyone whose code was used.
  • Inspiration.
  • etc.

About

REST application developed in spring boot v3, demonstrates api creation and and response handling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages