braydenidzenga / Dev-Dialogue

MIT License
3 stars 12 forks source link
hacktoberfest

Dev Dialogue 🗨️

Welcome to Dev Dialogue, an open-source social media platform designed exclusively for developers! Connect, share, and collaborate with fellow devs all around the world! 🌍

[!TIP] Love Dev Dialogue? Click "Star" at the top to support the project! 🌟

🚀 Features

🛠️ Setup Guide

Follow these simple steps to get Dev Dialogue up and running on your machine! 💻

⚙️ Requirements


📦 Installation Steps

  1. Clone the Repository

First, clone this repository to your local machine:

git clone https://github.com/braydenidzenga/Dev-Dialogue.git
  1. Install Dependencies

Navigate to the api folder and install the necessary dependencies:

cd api
npm install
  1. Create the .env File

Next, you'll need to create an environment configuration file. In the root of the api directory, create a file called .env:

touch .env

Copy and paste the following content into the .env file and replace the placeholders:

PORT=[your-port-number]
DB=[your-mongodb-connection-string]
JWT_SECRET=[your-jwt-secret-key]
  1. Run the Program

And that's it! 🎉 Dev Dialogue should now be running on your local machine. Start coding and join the conversation!

🫱 Contributing

We ❤️ contributions! Feel free to submit issues, fork the repo, and send pull requests. Let's build an amazing platform together!

📜 License

This project is open-source under the MIT License. Check out the LICENSE file for more details.


Let's code, connect, and collaborate! 👩‍💻👨‍💻