Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 842 Bytes

README.md

File metadata and controls

56 lines (47 loc) · 842 Bytes

Spring basic web Project

Project Describe

  • Web page
  • Monolithic architecture
  • Client side rendering
  • Developed by TDD
  • Rest API
  • Login && CRUD board functions

Development status

  • Member API (22/08/11)
  • Member Exception(22/08/14)
  • Jwt Tokenizing(2022/08/17)
  • Jwt Exception(2022/08/17)
  • Board API(2022/09/03)
  • Board Exception(2022/09/03)
  • Comment API(2022/09/05)
  • Comment Exception(2022/09/05)
  • Client Rendering(2022/09/05~)
    • Javascript, React Studing... (2022/09/05 ~ 9/28)
  • Admin Rest API
  • Admin Exception
  • Admin Rendering
  • Spring Security
  • AOP
  • API Document
  • 1st release

Skill

Backend

  • Java 11
  • Spring boot
  • Spring security
  • Data JPA

Frontend

  • Javascript
  • Html
  • Css
  • React.js

Database

  • H2
  • Hibernate

Authentication

  • JWT

Test

  • Junit5

IDE

  • IntelliJ

Document