An online platform where medical staffs can keep record of their medical professional details for employment purpose or references.
To set up this project, first clone the repositiory
$ git clone https://github.com/rexsteroxy/medconnect.git
Change your working directory into the project directory
$ cd med-jobs
Then install dependencies using Composer
$ composer install
Copy .env.example
to .env
$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate:fresh --seed
$ php artisan storage:link
Run the application with the following command
$ php artisan serve
Laravel - Contribution Instructions.
Laravel - The PHP Framework For Web Artisans.