Giter VIP home page Giter VIP logo

appointment_booking_gmt's Introduction

Appointment Booking System Web Application

This web application allows users to schedule appointments with consultants. It provides user-facing features for booking appointments and consultant-facing features for managing availability. The application is built using the following technology stack:

Technology Stack

Frontend

  • HTML
  • CSS
  • React

Backend

  • Node.js

Database

  • MySQL

User-Facing Features

Calendar View

  • Users can view a calendar that displays all days of the month with available time slots for appointments. The calendar provides an easy-to-understand view of the entire month.

Booking

  • Users can select an available time slot and book an appointment with a consultant.

Confirmation Email

  • Upon booking confirmation, the application sends an email to the user confirming the appointment details.

Google Calendar Integration

  • An event is automatically created in the consultant's Google Calendar upon successful booking, and the user is added as a guest to the event to receive event notifications.

Consultant-Facing Features

Availability Management

  • Consultants have an interface to set their availability, including defining working hours, breaks, and days off.

Getting Started

To run this web application on your local machine, follow these steps:

  1. Clone the repository to your local machine.

  2. Install the necessary dependencies for both frontend and backend.

  • client
  • npm install
  • cd ../server
  • npm install
  1. Configure the MySQL database:
  • Create a MySQL database and import the schema provided in the database.js file.
  1. Set up environment variables:
  • Create a .env file in the server directory and configure it with your database connection details, Google Calendar API credentials, and email service credentials.
  1. Start the backend server: with cmd npm start

  2. Start the frontend: with cmd npm start

  3. Access the web application in your browser at http://localhost:3000.

Thank You

appointment_booking_gmt's People

Contributors

lokesh-7977 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.