All Projects → sebastianhaas → Medical Appointment Scheduling

sebastianhaas / Medical Appointment Scheduling

Licence: mit
Concept showcase for "Appointment Scheduling System for Small and Medium-Sized Medical Facilities"

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Medical Appointment Scheduling

ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (+112.84%)
Mutual labels:  heroku, web-application
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+41920.18%)
Mutual labels:  material-design
Pentagonfloatingactionbutton
Android property animation - The Value Animator
Stars: ✭ 106 (-2.75%)
Mutual labels:  material-design
Android Observablescrollview
Android library to observe scroll events on scrollable views.
Stars: ✭ 9,625 (+8730.28%)
Mutual labels:  material-design
Mui Treasury
A collection of ready-to-use components based on Material-UI
Stars: ✭ 1,821 (+1570.64%)
Mutual labels:  material-design
Appintro
Make a cool intro for your Android app.
Stars: ✭ 9,989 (+9064.22%)
Mutual labels:  material-design
Porn Vault
💋 Manage your ever-growing porn collection. Using Vue & GraphQL
Stars: ✭ 1,634 (+1399.08%)
Mutual labels:  material-design
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-0.92%)
Mutual labels:  material-design
Material Design Icons
Material Design icons by Google
Stars: ✭ 44,551 (+40772.48%)
Mutual labels:  material-design
Qaror
Questions & Answers platform on Rails - stackoverflow clone
Stars: ✭ 107 (-1.83%)
Mutual labels:  heroku
Todo Android
[Google Play] Todo Android App using Realm, Material Design, and Dagger 2.
Stars: ✭ 107 (-1.83%)
Mutual labels:  material-design
Youqu master
友趣app,一款可以交朋友并且十分有趣的应用。Rxjava+Retrofit+Glide+ijkplayer结合的MVP框架(精选图书,妹纸福利图片,火爆视频,各种炫酷特效)
Stars: ✭ 107 (-1.83%)
Mutual labels:  material-design
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+35919.27%)
Mutual labels:  web-application
Pokemon63
「みんなの63 - スクリーンショットから自動解析できるポケモンの選出投稿サイト」のソースコード
Stars: ✭ 107 (-1.83%)
Mutual labels:  web-application
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-1.83%)
Mutual labels:  material-design
React Swipeable Bottom Sheet
A swipeable material's bottom sheet implementation, using react-swipeable-views
Stars: ✭ 106 (-2.75%)
Mutual labels:  material-design
Kivymd
Set of widgets for Kivy inspired by Google's Material Design.
Stars: ✭ 107 (-1.83%)
Mutual labels:  material-design
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+9062.39%)
Mutual labels:  material-design
Materialactivityindicator
Material Activity Indicator
Stars: ✭ 109 (+0%)
Mutual labels:  material-design
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (-0.92%)
Mutual labels:  web-application

Medical Appointment Scheduling

Greenkeeper badge Build Status Dependency Status Join the chat at https://gitter.im/sebastianhaas/medical-appointment-scheduling

Concept showcase for "Design of a Web-Based Appointment Scheduling System for Small and Medium-Sized Medical Facilities".

Live showcase

An up-to-date snapshot of this repository is always available on Heroku.

Due to the limitations of Heroku's free dynos and database service, it might take a while for the application to load initially. Also, there is a 10k row limit for free databases. Sometimes you might have to wipe test data other users created before being able to add new content. Test data can be inserted and deleted using the app-bar menu in the upper right corner.

How to deploy

This application can be easily deployed to Heroku. tbd

How to run locally

After checkout, run:

$ npm install
$ npm start

This requires node >=4 together with npm to be installed. This repository doesn't contain any backend, you need to have an instance of medical-appointment-scheduling-server running.

Internationalization

Prepared for internationalization. The application is currently available in English and German. Translations are managed on POEditor.com in a publicly available project. The locale will be determined based on the user's browser settings and persisted to local storage. The logic can be found here.

Tests

Both unit and end-to-end tests do exist for most parts of the application.

Unit tests

$ npm run test

End-to-end tests

Make sure you have a running instance in another terminal before running end-to-end tests.

$ npm run e2e

Code style

Code quality is ensured by tslint with codelyzer for Angular 2 specific linting.

Technology stack

Core technologies

Bundling and packaging

Testing

Code style

Documentation

Internationalization

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].