A mental health counselling application developed in the Laravel framework, the appplication enables users to enjoy counselling sessions from the comfort of their homes either through chat and video calls. It is still a work in progress...
- Clone the repository
- cd into project directory
- Copy .env.example to .env
- Run
composer installto install composer dependencies - Run
npm installto install npm dependencies - Run
php artisan key:generateto generate application key - Run
php artisan migrateto create all tables - Run
php artisan db:seed --class=CreateAdminSeederto seed the database with the default login details for admin, counsellor and user - Run
php artisan serveto serve up the application - The application can then be viewed on your local machine.
