Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.33 KB

mypost-but-github ✌️

A mini social media inspired by GitHub + Pantip, For learning frontend+backend 🚀

🎉 Features:

  • Knowledge Sharing: Users can create posts to share ideas, questions, and solutions with the community.
  • Engagement: Foster interaction through functionalities like liking, commenting, sharing, and saving posts.

🍀 Technologies

📝 .env file:

DATABASE_URL="<your-database-url>"

# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="<your-clerk-publishable-key>"
CLERK_SECRET_KEY="<your-clerk-secret-key>"
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

✏️ Outline:

image