Skip to content
/ UpDev Public

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!

Notifications You must be signed in to change notification settings

moise10r/UpDev

Repository files navigation

image
nextdotjs typescript mongodb tailwindcss

UpDev

  1. 🤖 Introduction
  2. ⚙️ Tech Stack
  3. 🔋 Features
  4. 🤸 Quick Start
  5. 🕸️ Snippets
  6. 🔗 Links
  7. 🚀 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 UpDev

Installation

Install the project dependencies using yarn:

yarn install

Set 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 start

Open http://localhost:3000 in your browser to view the project.

Authors

👤 NGANULO RUSHANIKA Moise

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published