Giter Club home page Giter Club logo

myhealthy's Introduction

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

myhealthy's People

Contributors

ynievesdotnet avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.