Category / 카테고리 :
RNUI Module : react-native-freelifemakers-ui
- AI
- Arduino
- Cpp
- kotlin
- Kubernetes
- linux
- Music
- News
- Nextjs
- Nodejs
- notice
- OCI
- OS
- PHP
- QT
- React
- ReactNative리액트네이티브
- RN_UIModule
- ServerApp
- Subtitle자막
- swift
- Uncategorized
- website
-
[nextjs]SNS Server-1(API CRUD)
👉🏻 SNS Server를 만들어 봅니다.Let’s build an SNS server. 👉🏻 웹사이트 화면 이전에 CRUD API부분을 먼저 구현해 봅니다.We will implement the CRUD API first, before working on the website interface. 📁 전체 프로젝트 구조 / Project Structure 📁 Nextjs 프로젝트 시작 / Starting a Next.js project(myapp11) 📁 SQLite설치 / Installing SQLite 📁 API코드 작성Writing API…
-
[nextjs]nextjs+domain(ddns)+https(caddy)
👉🏻 Nextjs설정 프로젝트 시작과 함께 여러분의 로컬 PC에 https설정을 합니다.As part of the Next.js project setup, you will configure HTTPS on your local machine. 👉🏻 이전에는 https설정을 위해서 nginx와 certbot을 설치해서 사용했습니다.Previously, I installed and used Nginx and Certbot to set up HTTPS. 👉🏻 이번에는 간단히 cadddy로 https를 구현할 예정입니다.This time, I plan to implement…
-
[nextjs]Gotosocial + CRUD
👉🏻 기존 프로젝트에 글쓰기 기능과 글 수정기능을 추가합니다.Add post creation and editing features to the existing project. 👉🏻 타임라인을 불러오는 gotosocial.ts파일은 삭제됐습니다.The gotosocial.ts file that fetches the timeline has been deleted. 📁 프로젝트 구조 / Project Structure 📁 Nextjs 프로젝트 생성Create a Next.js project 📁 next-auth 설치Install next-auth 📁 글쓰기 / Writing(Create) ✔️ myapp10/app/feed/PostComposer.tsx —…