This is guide to run the project
- Pull Laravel project from git repository: https://github.com/SafaaMohamedGamal/InterviewsManagement_GP
- Create a database locally
- Rename .env.example file to .env inside your project root and fill the database information
- Run composer install
- Add configuration variable of pusher and twilio in ‘.env’ file
- Run php artisan migrate then php artisan db:seed then php artisan serve to start your php server