Spring Boot 001 - Goal

Saturday, Aug 10, 2019

목표

Spring boot 의 기본을 학습합니다.

간단한 RESTful API 서버를 만들 수 있도록 합니다.

빌드 스트림관리, 테스팅, 문서화, 로깅과 같이 실무에서 필요한 요소들도 공부해봅니다.

What is the Spring Boot?

Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration of Spring. Spring Boot takes an opinionated view of building production-ready applications.

토이 프로젝트

예전부터 만들려고 했던 미니 프로젝트 PunchCard를 만드는데 사용해 볼 생각입니다.

프론트엔드는 React.js 로 백엔드는 Spring Boot 를 사용해볼것입니다.

DB 는 익숙한 MongoDB 를 사용할것이고 사용자 인증은 기존에 만들어준 OAuth를 이용할것입니다.

comments powered by Disqus