Giter Site home page Giter Site logo

hiringwebapi's Introduction

HiringWebAPI

Deverloper

Triệu Quốc Thái

Dương Minh Hiếu

HiringWebAPI is a simple Spring Boot application for managing a list of candidates and related recruitment information.

Installation

To set up the project on your local machine, you will need Java JDK and Apache Maven installed. Then, follow these steps:

  1. Clone the project from GitHub: git clone https://github.com/SETQT/HiringWebAPI/
  2. Navigate to the project directory: cd HiringAPI
  3. Run the application with the following command: mvn spring-boot:run

The application will run at http://localhost:8080.

Usage

This project provides a simple REST API for managing candidate information, employer activities. You can use HTTP requests to interact with the API, for example:

  • Get a list of all candidates: GET /candidate/getAll
  • Get candidate information: GET /candidate/myInfo
  • Add a new job posting as an employer: POST /employer/addJobPosting
  • Get a list of all companies: GET /company/getAll
  • Search for job listings by text and address: GET /job/search?text={search-text}&address={search-address}
  • Submit a CV for a candidate with ID 1: POST /candidate/submitCV/1

Project Structure

The project is organized into various packages, each serving a specific purpose:

  • controller: Contains the API endpoints and request handling.
  • model: Defines the data models or entities used in the application.
  • repository: Manages data access and database interactions.
  • service: Implements business logic and orchestrates the operations.
  • security: Handles security-related configurations and components.
  • DTO: Houses Data Transfer Objects (DTOs) for data exchange between layers.
  • Configs: Holds configuration classes for various components.
  • Threads: Includes classes related to multithreading and background tasks.
  • NotificationSSE: Contains classes for Server-Sent Events (SSE) to enable real-time notifications.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.