Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/can-dy-jack/simon
全站社交媒体应用
https://github.com/can-dy-jack/simon
Last synced: about 1 month ago
JSON representation
全站社交媒体应用
- Host: GitHub
- URL: https://github.com/can-dy-jack/simon
- Owner: can-dy-jack
- License: mit
- Created: 2024-07-22T02:31:10.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T04:11:41.000Z (6 months ago)
- Last Synced: 2024-10-11T01:51:45.145Z (4 months ago)
- Language: TypeScript
- Homepage: https://simon.kartjim.cn/
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simon
全站社交媒体应用- 用户管理: [clerk](https://clerk.com/)
- 数据库: prisma + hostings
- 图片: [cloudinary](https://cloudinary.com/)### 环境变量
```env
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
DATABASE_URL=
WEBHOOK_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
NEXT_PUBLIC_CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
API_BASE_URL=
```### 进度
- [ ] 关注按钮逻辑问题
- 关注请求已发送,对方还没同意时,关注按钮展示的文字不是 已发送请求
- [ ] 关注与被关注的逻辑问题
- [ ] 好友
- [ ] 首页文章
- [ ] 创建/删除文章时 - 刷新!
- `revalidatePath("/");`不起作用
- api
- 图片展示库
- 右侧广告 - buy me a coffee
- 完善功能 - 上线正式
- [ ] 引入第三方库优化样式