Skip to content

A web application that manages appointment scheduling, reminders and cancellation of appointments

License

Notifications You must be signed in to change notification settings

DentallApp/front-end

Repository files navigation

front-end

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.

Index

Important

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

Technologies used

Screenshots

The language of the pages are in Spanish. The app is intended for a dental office that speaks that language.

Home

Home

Services

Services

Service

Service

Offices

Offices

Login

Login

Signup

Signup

Reset password

Reset password

Basic user panel

Basic user panel

ChatBot - part 1

ChatBot part 1

ChatBot - part 2

ChatBot part 2

ChatBot - part 3

ChatBot part 3

Appointment history

Appointment history

Installation

  • 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

Credentials

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

About

A web application that manages appointment scheduling, reminders and cancellation of appointments

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages