Skip to content

This is an assignment from OptimHire which is based on Laravel and Vuejs.

Notifications You must be signed in to change notification settings

shahrukh4/assesment

Repository files navigation

Installation Steps

  • Clone the repository

    git clone https://github.com/shahrukh4/assesment.git
    
  • Open terminal and move to directory

    cd assesment
    
  • Install dependancies

    composer install
    
  • Install node packages

    npm install
    
  • Run following artisan commands

    php artisan key:generate
    php artisan migrate
    php artisan db:seed
    
  • Open terminal and run these 2 commands in separate tabs

    php artisan serve
    npm run dev
    

Author

All code done by Shahrukh Anwar

About

This is an assignment from OptimHire which is based on Laravel and Vuejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published