소셜 링크를 위한 한 곳 - LinkHub
5328 단어 appwriteappwritehackhackathon
내 제출물 개요
모두 안녕
여기에서는 다음 js 및 appwrite를 사용하여 bio.link과 같은 플랫폼을 다시 만들려고 했습니다. appwrite로 작업하는 것은 이번이 처음이며 이러한 프로젝트를 제출하게 되어 매우 기쁩니다.
특징
프로젝트 기간
개시일: 2022년 6월 5일
제출일자: 2022년 8월 5일
제출 카테고리:
Web2 와일드카드
코드 링크
데브펜질 / 링크허브
링크허브

프로젝트 설정
저장소 다운로드
git clone https://github.com/devpenzil/linkhub.git
패키지 설치
npm install
서버 실행
npm run dev
Appwrite로 설정
{
"$id": "627505b352fea363d3c1"
"$read": ["role:all"],
"$write": ["role:all"],
"name": "users",
"enabled": true,
"permission": "collection",
"attributes": [
{
"key": "theme",
"type": "string",
"status": "available",
"required": false,
"array": false,
"size": 255,
"default": "light"
},
{
"key": "Name",
"type": "string",
"status": "available",
"required": false,
"array": false,
"size": 255,
"default": null
},
{
"key": " …View on GitHub
프로젝트 설정
Readme
추가 리소스/정보
특허
Appache
사용된 기술 스택
스크린샷



결론
앱에 몇 가지 버그가 있는 것으로 알고 있습니다. appwrite는 처음이고 개발 기간이 짧습니다.
멋진 해커톤을 진행해 주신 dev.to와 apppwrite에 감사드립니다.
👨💻 with ❤️ by devpenzil
Reference
이 문제에 관하여(소셜 링크를 위한 한 곳 - LinkHub), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/devpenzil/one-place-for-your-social-links-linkhub-52jb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)