Giter Site home page Giter Site logo

userservice's Introduction

회원 가입 및 관리 서비스 샘플

1. 프로젝트소개 회원 가입 및 비밀번호 재설정이 가능한 API 샘플 프로젝트입니다.

2. 실행 방법

  • 사전 설치 : JDK 15, Docker, Gradle 7.6
  • 프로젝트 git clone
  • docker 로 DB 설치
# 프로젝트 폴더(userservice) 디렉토리 기준
$ cd user-service/docker
$ docker-compose up -d

# 삭제
$ docker-compose down
  • 프로젝트 빌드 및 실행
# 프로젝트 폴더(user-service) 디렉토리 기준
$ sudo ./gradlew bootRun

  1. 회원가입: 전화번호 인증 전송 -> 전화번호 인증 확인 -> 회원 가입
  2. 로그인
$ curl -u front-ui:front-ui! http://localhost:8080/oauth/token -F grant_type=password -F username=XXXX -F password=YYYY
  1. 내 정보 보기 기능: 토큰 입력 -> 내 정보 보기
  2. 전화번호 인증 전송 -> 전화번호 인증 확인 -> 비밀번호 재설정

3. 사용 기술

  • Java
  • SpringBoot
  • Spring Security

4. 요구사항

  • 회원 가입 기능
  • 로그인 기능
  • 내 정보 보기 기능
  • 비밀번호 재설정 기능

5. 추가 예정

  • 유효성 검사 및 예외처리 추가
  • AOP 이용하여 회원정보 생성

userservice's People

Contributors

jyshine avatar

Watchers

 avatar

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.