Giter Club home page Giter Club logo

dentist-booking-system-java's Introduction

Dentist Booking System

Dentist Booking System is a web-based application that manages dental center appointments, information and allow patient to book an appointment with many provided options for patients to choose from on the system. In addition to this function, this website can manange service, discount, feedback from patient, branch,...



Technologies

Installation

  1. Execute file data_script.sql

  2. Download your credential json file on Google Cloud API, rename it to "credentials", put it in a folder with the same name and put that folder in C:\Users\YOUR_USER_FOLDER

  3. Open ImageServiceImpl.java in folder back-end\src\main\java\com\rade\dentistbookingsystem\utils\image and change value of file path corresponding to your drive folder from your Drive.

    return googleDriveFileService.uploadFile(url, "YOUR_DRIVE_FOLDER", true);
  4. Open Constant.java in folder back-end\src\main\java\com\rade\dentistbookingsystem and change value of ACCOUNT_SID, AUTH_TOKEN, FROM_NUMBER corresponding to yours from your Twilio account.

    public static final String ACCOUNT_SID = "YOUR_ACCOUNT_SID";
    public static final String AUTH_TOKEN = "YOUR_ AUTH_TOKEN";
    public static final String FROM_NUMBER = "YOUR_TWILIO_PHONE";
  5. Run java project in folder back-end

  6. Install NPM packages for 2 react project in 2 folder admin_and_staff and patient_and_guest in folder front-end

    npm install

    or

    npm install --force
  7. Start NPM

    npm start

To log into the system, you can use the following account:

Admin account:

  • 0987121963

Staff account:

  • 0345741884
  • 0345741885

Patient account:

  • 0345741883
  • 0973073310

With a common password of: 12345678

Language Support

  • Vietnamese for screens of customer (patient and guest)
  • English for screens of staff and admin

dentist-booking-system-java's People

Contributors

trunghieu0107 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.