DentallApp is a web application with chatbot for appointment management, reminders and sending appointment cancellation messages for the dental office called World Dental CO.
The original maintainer of this repository is Guillermo Rivera. Guillermo no longer maintains this repository.
This project has not been improved much since its first alpha version.
This application was developed as a degree project for the University of Guayaquil, however, it is not ready to run in a production environment. All requirements for this project were obtained through interviews with the owner dentist of World Dental CO.
In the end, this project was never deployed in that dental office for personal reasons of the authors. However, it was decided to publish the source code of this application so that the community can use it for learning purposes (learn from it or even improve it).
The language of the pages are in Spanish. The app is intended for a dental office that speaks that language.
- You first need to install the backend application. For more information, click here.
- Once you have run the backend application, proceed to clone the frontend repository.
git clone https://github.com/DentallApp/front-end.git
- Change directory.
cd front-end
- Copy the contents of
.env.example
to.env
.
cp .env.example .env
# On Windows use the "xcopy" command.
- Build the image and initiate services.
docker compose up --build -d
- Access the application with this URL.
http://localhost:80
The following table shows the default credentials for authentication from the frontend application.
Username | Password |
---|---|
basic_user@hotmail.com | 123456 |
secretary@hotmail.com | 123456 |
dentist@hotmail.com | 123456 |
admin@hotmail.com | 123456 |
superadmin@hotmail.com | 123456 |