Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.98 KB

File metadata and controls

55 lines (33 loc) · 1.98 KB

Resume Manager API

The Resume Manager API is a Spring Boot application that enables you to manage resume data through a powerful and user-friendly API. With this API, you can perform operations such as creating, retrieving, updating, and deleting resume data, making it seamless to integrate resume management into your applications and services.

API Demo

Features

  • Create Resume Data: Use the Resume Manager API to programmatically create new resume data by providing the necessary information.

  • Retrieve Resume Data: Fetch comprehensive details about resume, including personal information, education history, work experience, skills, and more.

  • Update Resume Data: Easily update existing resume data with new data or edits to keep them current.

  • Delete Resume Data: Remove outdated or irrelevant resume data from the system using API endpoints.

Installation and Setup

Follow these steps to set up the Resume Manager API Spring Boot application:

  1. Clone this repository to your local machine:

    git clone https://github.com/RoadRomeo1/Resume_manager.git
  2. Navigate to the project directory:

    cd resume-manager
  3. Build the project using Maven:

    mvn clean install
  4. Run the Spring Boot application:

    mvn spring-boot:run
  5. The API will be accessible at http://localhost:8080. You can configure the port and other settings in the application.properties file.

API Documentation

The API is documented using Swagger, providing an interactive and user-friendly interface to explore and test the endpoints.

Access the Swagger UI by visiting http://localhost:8080/swagger-ui.html after starting the application.

Contributing

We welcome contributions to the Resume Manager API Spring Boot app! If you identify any bugs, want to introduce new features, or enhance the documentation, please open an issue or submit a pull request.

Designed and developed with ❤️ by Himanshu Vyas.