Giter Club home page Giter Club logo

ambulatory's Introduction

Introduction

Ambulatory is An experiment project for an outpatient basis, including diagnosis, observation, consultation, treatment, intervention, and rehabilitation services Learn more about ambulatory care >>>

Installation

Ambulatory runs on any Laravel application, it uses a separate database connection and authentication system so that you don't have to modify any of your project code.

Install Ambulatory via Composer:

composer require ambulatory/ambulatory

Once Composer is done, run the following command.

php artisan ambulatory:install

Create a symbolic link to ensure file uploads are publicly accessible from the web:

php artisan storage:link

Check config/ambulatory.php and configure the database connection ambulatory is going to be using, after that go run:

php artisan ambulatory:migrate

Head to yourproject.test/ambulatory and use the provided email and password to log in.

Road map

Ambulatory is still under heavy development, I decided to ship it in this early stage so you can help me make it better. See the road map >>>

Security Vulnerabilities

If you discover a security vulnerability within Ambulatory, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

License

Ambulatory is open-sourced software licensed under the MIT license.

ambulatory's People

Contributors

davidhsianturi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ambulatory's Issues

Register users must confirm their email address.

spam should be a significant concern to this app, Typically, spammers will enter gibberish email addresses during the sign-up process. one option is to force all registered user to first confirm their email address before we grant access to scheduling an appointment, submit a medical form or other related features.

2FA auth

Two-factor authentication protects against phishing attacks, social engineering and brute force attacks and secures incoming users from attackers exploiting weak or stolen credentials.
we need this feature to provide higher security to users.

Appointment reminder

As a user, when I schedule an appointment with a doctor. I want to be reminded of a due date.
So that I can receive notifications via email or SMS.

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.