Skip to content

vandana-aa/CloudVendor-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudVendor-SpringBoot

Welcome to the CloudVendor-SpringBoot project! This project is a Spring Boot application designed to manage and interact with various cloud vendors.

Table of Contents

Introduction

CloudVendor-SpringBoot is a Spring Boot application that provides a comprehensive solution for managing cloud vendors. The application offers a robust and scalable architecture, making it easy to integrate with different cloud service providers.

Features

  • Vendor Management: Add, update, and delete cloud vendors.
  • Service Integration: Integrate with various cloud services.
  • Secure Authentication: Implement Spring Security for authentication and authorization.
  • RESTful APIs: Expose RESTful endpoints for easy interaction with the application.
  • Database Management: Use MySQL for storing and managing data.

Technologies Used

  • Java 8
  • Spring Boot
  • Spring Security
  • MySQL
  • Hibernate
  • Maven

Setup and Installation

Prerequisites

  • Java 8 or higher
  • Maven
  • MySQL

Installation Steps

  1. Clone the Repository:
    git clone https://github.com/vandana-aa/CloudVendor-SpringBoot.git
    cd CloudVendor-SpringBoot
    
  2. Configure MySQL Database:
  • Create a MySQL database named cloudvendor.
  • Update the application.properties file with your MySQL database credentials.
spring.datasource.url=jdbc:mysql://localhost:3306/cloudvendor
spring.datasource.username=YOUR_DB_USERNAME
spring.datasource.password=YOUR_DB_PASSWORD
spring.jpa.hibernate.ddl-auto=update
  1. Build the Project:
    mvn clean install
    
  2. Run the Application:
    mvn spring-boot:run
    

Usage

Once the application is up and running, you can use tools like Postman or any other API client to interact with the endpoints.

API Endpoints

Here are some of the key endpoints available in the application:

  • GET /api/vendors: Get a list of all vendors.
  • POST /api/vendors: Add a new vendor.
  • PUT /api/vendors/{id}: Update an existing vendor.
  • DELETE /api/vendors/{id}: Delete a vendor.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or issues, feel free to create an issue or open a pull request.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push the branch to your forked repository.
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages