Giter VIP home page Giter VIP logo

basic-backend-service's Introduction

Basic Back-End Service

Smart Meeting Assistant 어플리케이션의 Spring Boot 기반 Basic Back-End 서비스

  • User Service
  • Meeting Service

사용 프레임워크(런타임 및 버전 상세 필요)

  • Spring-Boot 1.5.6
  • Maven 4.0.0

프로젝트 구조

Spring Boot 기반의 프로젝트를 jar 파일로 패키징하여 PaaS상에 배포

사용 방법

해당 jar 파일이 있는 곳에서 java -jar 파일명.jar

회원가입

localhost:8080/user/add
JSON 포멧으로 POST
{"id":"1", "email":"[email protected]", "userName":"Saeyoung","password":"test123" }
로그인 localhost:8080/user/login
JSON 포멧으로 POST

기능 (추 후 추가 가능)

회원서비스

회원가입
로그인
회의서비스 회의생성
회의삭제
회의시작
회의종료

API

Sign up

URI

HTTP URI
POST /user/add/

Parameter

Parameter Parameter명 Data Type
id User ID Long
email User E-mail String
userName User Name String
password User Password String

Response

Case Return
성공 {"result": "Success"}
실패 {"result": "Failure-Exist Email"}

Log in

URI

HTTP URI
POST /user/login/

Parameter

Parameter Parameter명 Data Type
email User E-mail String
password User Password String

Response

Case Return
성공 {"result": "Success"}
실패 {"result": "Failure-Unknown Email"}

basic-backend-service's People

Contributors

kimsae0 avatar

Watchers

Mike Fauzy 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.