🏡 Home

Category / 카테고리 :

RNUI Module : react-native-freelifemakers-ui
  • [nextjs]SNS Server-12(myapp22)

    👉🏻 팔로잉과 팔로워가 테이블에 저장되지 않는 문제를 수정하였습니다.Fixed an issue where following and follower data were not being saved to the table. 👉🏻 IGNORE INTO를 추가해서 데이터 중복입력 발생시 에러를 발생시키지 않고 지나갑니다.By adding IGNORE INTO, the operation proceeds without throwing an error when duplicate data is encountered. 📁 전체 프로젝트 구조 / Overall Project…


  • [nextjs]SNS Server-11(myapp21)

    👉🏻 @user1@aloy-horizon.duckdns.org의 follows에 같은 사용자가 두번 입력되는 문제를 수정합니다.Fixes an issue where the same user is entered twice in the ‘follows’ list for @user1@aloy-horizon.duckdns.org. 👉🏻 follow요청시 following과 followers테이블에 기존 사용자 있으면 요청을 보내지 않습니다.When a follow request is made, the request is not sent if the user already exists in the ‘following’ or ‘followers’ tables.…


  • [nextjs]SNS Server-10(myapp20)

    👉🏻 이전 프로젝트는 inbox_posts테이블의 개별글 API를 보려면 터미널을 사용해야했습니다.In the previous project, you had to use the terminal to view the API for individual posts in the inbox_posts table. 👉🏻 myapp20 프로젝트에서는 브라우저에서 posts나 inbox_posts테이블의 API값도 볼 수 있게 수정합니다.In the myapp20 project, we are modifying the setup so that API values ​​from the posts…