- 🤖 Introduction
- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- 🕸️ Snippets
- 🔗 Links
- 🚀 More
UpDev is more than just a social media platform; it's a thriving ecosystem designed to support your journey as a developer. Whether you're looking to learn, share, or collaborate, UpDev provides the tools and community you need to succeed. Join UpDev today and be a part of the future of development!
- Next.js
- TypeScript
- MongoDB
- Clerk
- TailwindCSS
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/moise10r/UpDev
cd UpDevInstallation
Install the project dependencies using yarn:
yarn installSet Up Environment Variables
Create a new file named .env.local in the root of your project and add the following content:
#NEXT
NEXT_PUBLIC_SERVER_URL=
#MONGODB
MONGODB_URL=
#CLERK
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
WEBHOOK_SECRET=
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=/
Replace the placeholder values with your actual respective account credentials. You can obtain these credentials by signing up on the Clerk, MongoDB
Running the Project
yarn startOpen http://localhost:3000 in your browser to view the project.
👤 NGANULO RUSHANIKA Moise
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!