Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.7 KB

Readme.md

File metadata and controls

39 lines (25 loc) · 1.7 KB

Dentistware

Dentistware is a software for managing several issues common in a dentistry, which includes control for current appointments, centralization of the data as we can retrieve it from a database reliabily and controle all the roles in this specific business.

Due to the arrangments of certain appointments, we're also able to distribute the time of each member of the dentistry, this leads to a general improvement of all possible services in a dentristry, for now this software is intended for general purposes but we hope its implementation can be sucessfully adapted to every dentistry in order to achieve all those tasks.

Status

In development.

Installation

Install XAMPP here and configure it in port 9090 for Apache module see here how.

Git clone the repositor and enter to the generated folder.

$ cd "xamppPath"/htdocs
$ git clone git://github.com/JulianSalomon/Dentistware.git  
$ cd Dentistware

Checkout to development.

$ git checkout development

In XAMPP execute Start for Apache and MySQL modules.

Enter to phpMyAdmin and make a new database, name it as "dentistware_db". Get in to import tab and select the file inside "xamppPath"/htdocs/Dentistware/DentistwareD/ which its name is "dentistware_db.sql", and import.

Access to Dentistware.

Developers

  • Alex Jose Alberto Barreto Cajicá
  • Cristian David González Carrillo
  • Nicolás Restrepo Torres
  • Julián Esteban Salomón Torres