NabuTech / code_collab_hub

A Software Developer Hub to showcase projects and find collaborators.
0 stars 1 forks source link

Code Collab Hub

A Software Developer Hub to showcase projects and find collaborators.

Visit the Landing Page

Check out the landing page here.

MERN Stack:

Landing Page

The landing page for Code Collab Hub introduces users to the platform with a modern, responsive design. Key features highlighted on the landing page include:

Features

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/your_username/code_collab_hub.git
  2. Install NPM packages
    npm install
  3. Create a .env file and add the following environment variables:
    MONGO_URI=<Your MongoDB URI>
    CLOUDINARY_CLOUD_NAME=<Your Cloudinary Cloud Name>
    CLOUDINARY_API_KEY=<Your Cloudinary API Key>
    CLOUDINARY_API_SECRET=<Your Cloudinary API Secret>
    AUTH0_DOMAIN=<Your Auth0 Domain>
    AUTH0_CLIENT_ID=<Your Auth0 Client ID>
    AUTH0_CLIENT_SECRET=<Your Auth0 Client Secret>
  4. Start the development server
    npm run dev
  5. To run tests, use the following command.
    npm test

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - your_email@example.com

Project Link: [(https://nabutech.github.io/code_collab_hub/)]