Giter Club home page Giter Club logo

appointment-scheduler's Introduction

Appointment Scheduling Application

This web-based appointment scheduling application allows users to view available time slots, book appointments, and receive notifications. The project utilizes the following technology stack:

  • Frontend: HTML, CSS, React
  • Backend: Node.js, JavaScript, PHP
  • Database: MySQL

Features

  • View available appointment time slots.
  • Book appointments with available time slots.
  • Receive notifications about booked appointments.

Prerequisites

  • Node.js and npm installed on your system.
  • MySQL database set up with the necessary tables.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/appointment-scheduler.git
    cd appointment-scheduler
    
  2. Install backend dependencies:

  3. cd backend
     npm install
  4. Create a .env file in the backend directory and set the following environmental variables

     DATABASE_HOST=your-database-host
     DATABASE_USER=your-database-username
     DATABASE_PASSWORD=your-database-password
     DATABASE_NAME=your-database-name
     SECRET_KEY=your-secret-key
    
  5. Install frontend dependencies:

        cd ../frontend
        npm install

Backend Packages (Node.js/Express.js)

express: For creating REST APIs in Node.js using Express. morgan: To log HTTP requests and responses, including endpoint information and query execution time. dotenv: For managing environmental variables, especially sensitive/confidential data stored in a .env file. nodemon: Automatically restarts the Node.js server when code changes are detected, making development smoother. bcryptjs: For securely hashing and encrypting passwords.

Frontend Packages (React)

react-router-dom: Essential for implementing client-side routing in your React application, enabling navigation between different views/components. axios: A popular HTTP client for making network requests from your React application to your Express.js backend. antd (Ant Design): A comprehensive UI component library for React, offering a wide range of pre-built components and styles to enhance the user interface of your application.

appointment-scheduler's People

Contributors

shwetd19 avatar

Stargazers

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