Skip to content

YnievesDotNet/myHealthy

Repository files navigation

myHealthy

myHealthy is a web application for online reservation of services for doctors.

It is made under the Laravel 5.1 LTS framework for PHP.

This App have Client Apps for Android, iOS, and is under build version for Windows Phone and Blackberry OS.

Live Demo

You can try the back stage working live demo

Features

These are the current features so far:

  • User SignUp process (with email notification)
  • Patient registration
  • Doctor registration
  • Doctor Contacts registration
  • Doctor Services registration
  • Doctor Services Availability management (basic)
  • Service Reservation (with email notification)
  • Search engine (basic)

Official Documentation

To be available soon.


How to install:

Step 1: Get the code - Clone the repository

$ git clone https://github.com/ynievesdotnet/myhealthy.git

If you want to stand on the latest version:

$ cd myhealthy

$ git checkout tags/v1.0

Step 2: Use Composer to install dependencies

composer install

Step 3: Create database

If you finished first three steps, now you can create database on your database server(MySQL, PgSQL). You must create database with utf-8 collation(uft8_general_ci), to install and application work perfectly. After that, copy .env.example and rename it as .env and put connection and change default database connection name, only database connection, put name database, database username and password.


Step 4: Configure

Change the storage path in .env file to a writeable location

STORAGE_PATH=/var/www/storage

Migrate database schema

php artisan migrate

Populate database:

php artisan db:seed

Run the server:

php artisan serve

Type on web browser:

http://localhost:8000/

Step 5: Start Page

You can now register as new user and login.

Contributing

Thank you for considering contributing to myHealthy.

Please see CONTRIBUTING doc for further details. You are welcome to join the core development team and enhance the development process apart from just code :)

License

myHealthy is open-sourced software licensed under the MIT License (See LICENSE file)

Based in Timegrid Software for Bussines