Skip to content
/ hcs Public

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

Notifications You must be signed in to change notification settings

Osalumense/hcs

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published