Implementation of a clone of Mall API Server from the book(코드로 배우는 React with 스프링 부트 API 서버) and the Github(구멍가게 코딩단).
This project uses the Udacity Nanoderee Style as a git commit message rule.
- Language
- JAVA 17
- Framework
- Spring boot 3.2.4
- Database
- MariaDB
- ORM
- JPA
- querydsl
- Test
- JUnit
이전의 todo-api-server 와 같이 thymeleaf를 사용하지 않고 화면 구성이 하나도 없는 상태로 작성되었습니다.
Postman으로 작성된 코드의 결과 확인 및 API 문서 작성을 진행하였으며, 마찬가지로 실제로 연동되는 리액트 애플리케이션은 따로 작성하지 않을 예정입니다.