All Projects → benaich → Doctors

benaich / Doctors

Licence: other
Medical Doctors web Application (Symfony2)

Labels

Projects that are alternatives of or similar to Doctors

Http Client Contracts
A set of HTTP client abstractions extracted out of the Symfony components
Stars: ✭ 1,078 (+1440%)
Mutual labels:  symfony
Hentergeo
基于Symfony2和MongoDB的地理位置查询演示
Stars: ✭ 64 (-8.57%)
Mutual labels:  symfony
Security Http
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
Stars: ✭ 1,146 (+1537.14%)
Mutual labels:  symfony
Ddd Symfony Sample
A symfony sample application using DDD
Stars: ✭ 58 (-17.14%)
Mutual labels:  symfony
Featureflagsbundle
Symfony2 Bundle to implement Feature Flags to your Application
Stars: ✭ 63 (-10%)
Mutual labels:  symfony
Doctrine Stats
Get Doctrine stats : managed entities, lazy loaded entities, hydration time etc.
Stars: ✭ 65 (-7.14%)
Mutual labels:  symfony
Serializer Pack
A Symfony Pack for Symfony Serializer
Stars: ✭ 1,068 (+1425.71%)
Mutual labels:  symfony
Neo4j Symfony
Symfony Bundle for the Neo4j Graph Database
Stars: ✭ 69 (-1.43%)
Mutual labels:  symfony
Class Loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
Stars: ✭ 1,131 (+1515.71%)
Mutual labels:  symfony
Sonatacachebundle
This bundle provides caching services
Stars: ✭ 66 (-5.71%)
Mutual labels:  symfony
Pugxgeneratorbundle
An enhancement of SensioGeneratorBundle
Stars: ✭ 58 (-17.14%)
Mutual labels:  symfony
Forkcms
Fork is an easy to use open source CMS using Symfony Components.
Stars: ✭ 1,112 (+1488.57%)
Mutual labels:  symfony
Docker Examples
There are many like it, but this one is mine.
Stars: ✭ 66 (-5.71%)
Mutual labels:  symfony
Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-20%)
Mutual labels:  symfony
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (-4.29%)
Mutual labels:  symfony
Liipurlautoconverterbundle
[DEPRECATED] This bundle will add a Twig Extension for templates with a new filter for automatically converting urls and emails in a string to html links
Stars: ✭ 53 (-24.29%)
Mutual labels:  symfony
Minkbundle
Mink library integration bundle for Symfony2
Stars: ✭ 64 (-8.57%)
Mutual labels:  symfony
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (+0%)
Mutual labels:  symfony
Security Guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
Stars: ✭ 1,157 (+1552.86%)
Mutual labels:  symfony
Foselasticabundle
Elasticsearch PHP integration for your Symfony project using Elastica.
Stars: ✭ 1,142 (+1531.43%)
Mutual labels:  symfony

** This project is no longer maintained **

Doctors Web Application

This is a web application for managing medical pre-operation and post-operation for patients and cases. Doctors login, create patient and case profiles. The application allows managing medical cases and the different users of the aplication (admin, simple user, manager). This application uses Symfony version 2.5 and AJAX for an enhanced user experience.

This software is perfectly suited for cosmetic surgons,dermatologists, and hospitals who need to share or train doctors or students.

  1. Demo

https://www.youtube.com/watch?v=_x2wfyudZqI

  1. Installation

Download the application

clone this repository into your working directory

git clone https://github.com/benaich/Doctors.git

Before starting, make sure that your local system is properly configured for Symfony.

Execute the check.php script from the command line:

php app/check.php

The script returns a status code of 0 if all mandatory requirements are met, 1 otherwise.

Access the config.php script from a browser:

http://localhost/path-to-project/web/config.php

If you get any warnings or recommendations, fix them before moving on.

Install Composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Install the dependencies

After you download composer, run the following command:

php composer.phar install

Import the database

You'd need to import this sql source file to your DBMS

https://github.com/benaich/Doctors/blob/master/app/Resources/database.sql

Run the server

php app/console server:run

Enjoy!

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].