Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 831 Bytes

File metadata and controls

56 lines (36 loc) · 831 Bytes

Integrated Blog Project

Client(Frontend)

Framework

  • React JS

Additional Packages

  • Package Manager: npm
  1. @testing-library/jest-dom: v5.17.0
  2. @testing-library/react: v13.4.0
  3. @testing-library/user-event: v13.5.0
  4. fsevents: v2.3.3
  5. react: v18.2.0
  6. react-dom: v18.2.0
  7. react-quill: v2.0.0
  8. react-router-dom: v6.15.0
  9. react-scripts: v5.0.1
  10. web-vitals: v2.1.4

Publication Method

  • Dockerfile & Docker Compose
  • Heroku

Server API(Backend)

Framework

  • Spring Boot(Java, Maven)

Dependencies

  1. ~ ~ ~

Publication Method

  • Dockerfile & Docker Compose

Database

MySQL

  1. User authentication
  2. Blog Posting, Editing, Deleting
  3. Post Commenting
  4. Post Categorization
  5. Personal Page Management

Redis

  1. Real-time Chat Messaging
  2. Server-side Caching(TBD)