Skip to content

Repository files navigation

Interviewing Backend

introduction


The Main Server side to interact with the Interviewing Client-side App
And Support Fully Admin panel to keep tracking the business needs easily.

Requirements


  • PHP 8.1
  • apache OR Xampp OR Nginx
  • mysql 8

Contribution Guide

Here is a documentation to contribution guide

Installation Guide


  • Clone the Current Repository
  • run cp .env.example .env
  • Ensure creating new database in your local mysql
  • set your database keys in the .env file
DB_DATABASE=DATABASE_NAME 
DB_USERNAME=DATABASE_USER_NAME 
DB_PASSWORD=DATABASE_PASSWORD
  • then run the next commands
composer install
php artisan key:generate
php artisan migrate

and to start the server run

php artisan serve

Note

when run the serve command will register the server to the localhost and the port 8000.
to change it you can pass the --port option to the command
Example:

php artisan serve --port=7070

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages