Spring concept blog

  • Django practice를 위한 Likelion blog 예제입니다.

Introduce

1. Main page

2021-04-24 17;41;20

2. Project Service

  • CRUD : You can create a POST or load, update, or delete a list.
  • Authentication : Login, Logout, Signup
  • Pagination
  • Relational Model : Foreignkey, OneToOne, ManyToMany

3. Project Structure