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.
You can try the back stage working live demo
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)
To be available soon.
- Step 1: Get the code
- Step 2: Use Composer to install dependencies
- Step 3: Create database
- Step 4: Install
- Step 5: Start Page
$ git clone https://github.com/ynievesdotnet/myhealthy.git
If you want to stand on the latest version:
$ cd myhealthy
$ git checkout tags/v1.0
composer install
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.
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/
You can now register as new user and login.
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 :)
myHealthy is open-sourced software licensed under the MIT License (See LICENSE file)
Based in Timegrid Software for Bussines