albinvar / code-mentor-hub

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. Code Mentor Hub is built using Laravel and is open-source. Join the community and start your coding journey today!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Mentor Hub

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

Getting Started

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

Contributing

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.

Database

About

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. Code Mentor Hub is built using Laravel and is open-source. Join the community and start your coding journey today!


Languages

Language:PHP 56.8%Language:Blade 42.8%Language:JavaScript 0.4%Language:CSS 0.0%