Code Mentor Hub is a platform where developers can share their programming experiences and help newcomers learn and grow. It features mentoring, learning paths, progress tracking, and community-driven content creation.
Developers @albinvar @AKomplished-bug @sidharthgk @Rahulcodes109
To get started with CodeMentorHub, follow these steps:
- Clone the repository:
git clone https://github.com/albinvar/Code-mentor-hub.git
- Install dependencies:
composer install
npm install
- Configure your environment variables:
cp .env.example .env
php artisan key:generate
- Migrate and seed the database:
php artisan migrate --seed
- Serve the application:
php artisan serve
- Visit the application in your browser:
http://localhost:8000
We welcome contributions to CodeMentorHub! To contribute, follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b your-feature-branch
- Make your changes and commit them:
git commit -am 'feat: add some feature'
- Push your changes to your branch:
git push origin your-feature-branch
- Create a pull request.