Osalumense / hcs

A health counselling platform for online health counselling. It includes both a chat feature and video calls for health counselling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCS

Description

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...

Screenshot

Homepage

hcs home

Login page

HCS login

Chat with Counsellor

HCS User Chat

Steps to run in local machine

  • Clone the repository
  • cd into project directory
  • Copy .env.example to .env
  • Run composer install to install composer dependencies
  • Run npm install to install npm dependencies
  • Run php artisan key:generate to generate application key
  • Run php artisan migrate to create all tables
  • Run php artisan db:seed --class=CreateAdminSeeder to seed the database with the default login details for admin, counsellor and user
  • Run php artisan serve to serve up the application
  • The application can then be viewed on your local machine.

About

A health counselling platform for online health counselling. It includes both a chat feature and video calls for health counselling


Languages

Language:PHP 34.3%Language:Blade 32.4%Language:TypeScript 18.5%Language:HTML 14.9%