Skip to content

Backend application for whr.one, built with Spring Boot, Spring Security, Spring Data JPA

Notifications You must be signed in to change notification settings

HAoRAn-W/simple-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend application for whr.one, built with Spring Boot, Spring Security, Spring Data JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages