Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 375 Bytes

blog-app

Room을 활용한 블로그 CRUD 구현

Introduction

간단한 개인 블로그 앱 (제목은 댓글 UI가 있는 블로그로 하겠습니다 .. 근데 이제 서버리스를 곁들인 .. )

  1. It displays all contensts of the blog.
  2. User can write or modify a blog post.
  3. User can comment.
  4. User can change the blog title and nickname.

Screenshots