Coder Social home page Coder Social logo

momen-alshouha / technical-hub Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21.16 MB

Technical-HUB is a website targeting job seekers and provide them with most asked interview questions, and provide coding learners with a clear roadmap to help them on their learning journey.

PHP 16.55% CSS 3.14% JavaScript 28.79% SCSS 40.57% Blade 10.95%
css html laravel-framework mysql-database php authentication authorization bootstrap jquery dashboard crud-operation middleware

technical-hub's Introduction

Technical Hub

Overview

Technical Hub is a Laravel project designed to provide a centralized platform for accessing commonly asked interview questions, recommended courses, and technical roadmaps in various fields.

Features and Functionality

  • Browse Interview Questions: Access a comprehensive collection of frequently asked interview questions.

  • Discover Recommended Courses: Explore recommended courses to enhance your skills in specific areas.

  • View Technical Roadmaps: Access technical roadmaps to guide your learning journey.

  • Admin Dashboard: An admin dashboard is available to manage content.

Some Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 3

Screenshot 4

Screenshot 5

Screenshot 6

Screenshot 7

Installation

Before proceeding with the installation, ensure you have Apache installed and configured on your system. Additionally, make sure you have created a MySQL database named technical_hub.

  1. Clone the repository:

    git clone https://github.com/Momen-Alshouha/technical-hub.git
    
  2. Navigate into the project directory:

    cd technical-hub
    
  3. install composer

    composer install
    
  4. Copy .env.example to .env:

    cp .env.example .env
    
  5. Generate application key:

    php artisan key:generate
    
  6. Migrate the database:

    php artisan migrate
    
  7. Run the database seeder:

    php artisan db:seed
    
  8. Serve the application:

    php artisan serve
    

Login Credentials

Admin

User

Once the server is running, access the application through your web browser.

Note:

  • Ensure Apache is installed and configured properly.
  • Create a MySQL database named technical_hub before running migrations.

technical-hub's People

Contributors

momen-alshouha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.