Git Product home page Git Product logo

wanted-pre-onboarding-backend's Introduction

Hi there 👋! I'm a BackEnd Developer.

  • Visit my portfolio at here

Anurag's GitHub stats


💪 Skills

Programming Languages & Frameworks

   

Databases

   

Tools and Platforms

 

Collaboarotion & Version Control

     


💁‍♀️ How to get in touch with me

 



Hits

wanted-pre-onboarding-backend's People

Contributors

jisoopyo avatar

Watchers

 avatar

wanted-pre-onboarding-backend's Issues

채용공고 삭제 API

  • 회사는 회사의 채용공고를 삭제할 수 있어야 한다
  • 간단하게 hard-delete로 진행

프로젝트 초기설정

  • Entity
  • PR Template
  • 간단한 CI
  • ApiResponseDto 추가
  • Config 추가
  • ExceptionHandler 관련 파일 추가
  • Security Off해두기

ErrorCode가 다 400으로 나가는 오류 수정

ExceptionHandler에서 BAD_REQUEST_value()로 지정해줘서 발생한 문제

@ExceptionHandler({CustomException.class})
public ResponseEntity<ApiResponseDto> handlerCustomException(CustomException e) {
	ApiResponseDto restApiException = new ApiResponseDto(HttpStatus.BAD_REQUEST.value(), e.getMessage());
	return ResponseEntity.badRequest().body(restApiException);
}

채용공고 지원 API

  • 사용자는 채용공고에 지원할 수 있어야 한다.
  • 사용자는 한 번만 지원할 수 있다.

회원가입 API

email
password : 4자 이상
을 받아서 회원가입한다.

email로 중복확인하고 가입했던 회원은 회원가입시키지 않는다.

채용 상세 페이지 확인 API

  • 사용자는 채용 상세 페이지를 확인할 수 있어야 한다
  • 채용 내용이 추가적으로 담겨 있다
  • 회사가 올린 다른 채용 공고를 확인할 수 있어야 한다

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.