🏡 Home

Category / 카테고리 :

RNUI Module : react-native-freelifemakers-ui
  • [nextjs]방명록 + nextauth + ServerAction / Guestbook + nextauth + ServerAction

    👉🏻 기존 프로젝트(myapp7)에 서버액션 방식을 추가했습니다.I added the Server Actions approach to the previous project (myapp7). 👉🏻 이전 포스트 / Previous post(myapp7) 📁 전체 프로젝트 구조 / Overall Project Structure(myapp8) 📁 프로젝트 설치(myapp8)Project Installation (myapp8) 📁 sqlite3 모듈 설치Install the sqlite3 module. 📁 NextAuth 모듈 설치Install the NextAuth module. 📁 서버실행 / Start Servr 📁…


  • [nextjs]방명록 + sqlite+nextauth / guestbook + sqlite + nextauth

    👉🏻 기존 프로젝트인 방명록 + sqlite에 깃허브 소셜로그인(깃허브) 기능을 추가했습니다.I added a GitHub social login feature to the existing guestbook project (which uses SQLite). 👉🏻소셜로그인 기능과 SQLite에 글 입력하는 부분은 이전 포스트를 참조하세요Please refer to the previous post for the social login feature and the section on saving posts to SQLite. 👉🏻 이전 포스트 /…


  • [nextjs]방명록 + SQLite / Guestbook + SQLite

    👉🏻 기존의 markdown파일에 글을 저장하는 부분을 SQLite로바꿨습니다.I replaced the part that saves text to existing Markdown files with SQLite. 👉🏻 이전 포스트 / Previous post 📁 전체 디렉토리 구조 / Overall directory structure 📁 프로젝트 설치 / Project Installation 📁 SQLite3 설치 / Installing SQLite3 📁 코드 설명 / Code Description ✔️ 이전 부분에서 바뀐건…