Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 688 Bytes

readme.md

File metadata and controls

40 lines (28 loc) · 688 Bytes

Simple, a blog website project (back-end)

Framework

  1. Spring-boot 2.7.7 + Java 8
  2. Spring Data JPA + Hibernate
  3. Spring Security + JJWT

Structure

simple
    ├───constant
    ├───controller
    ├───dto
    │   ├───request
    │   └───response
    ├───entity
    ├───repository
    ├───security
    │   ├───jwt
    │   └───services
    └───service

Endpoints TODO

TODO list

  • user forget password and reset password

  • manage users

  • global exception handling

  • error messages

  • show posts of same tag

  • show posts of same category