Skip to content

BoddepallyVenkatesh06/MEDIFY-Medical-Center-Slot-Booking-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEDIFY - Medical Center Slot Booking Platform

MEDIFY is a web application designed for booking appointment slots at medical centers. Built with modern web technologies, it provides a user-friendly interface for patients to book appointments and for medical centers to manage their schedules efficiently.

Table of Contents📚

Introduction🚀

MEDIFY is a comprehensive platform designed to streamline the process of booking and managing medical appointments. Patients can easily find available slots, book appointments, and receive reminders. Medical centers can manage their schedules, view appointments, and update availability.

Features🛠️

  • User-friendly interface for booking medical appointments
  • Real-time availability of appointment slots
  • User authentication and profile management
  • Admin panel for medical centers to manage appointments
  • Email and SMS reminders for appointments
  • Responsive design for optimal viewing on various devices

Screenshot📷

MEDIFY

Getting Started🎯

Prerequisites📋

Before you begin, ensure you have the following installed on your system:

  • Node.js
  • npm (Node Package Manager)
  • Render (for backend database)

Installation⚙️

  1. Clone the repository:
git clone https://github.com/BoddepallyVenkatesh06/MEDIFY-Medical-Center-Slot-Booking-Platform.git
cd medify-slot-booking
  1. Install frontend dependencies:
cd client
npm install
  1. Install backend dependencies:
cd ../server
npm install
  1. Set up environment variables:

Create a .env file in the server directory and add the following environment variables:

render.com

Flow of the Application🔧

FlowChart

Usage📈

To start the development servers:

  1. Start the backend server:
cd server
npm start
  1. Start the frontend development server:
cd ../client
npm start

The application will be running in development mode at http://localhost:3000.

To build the application for production:

  1. Build the frontend:
cd client
npm run build
  1. Serve the built frontend with the backend server.

Contributing❤️

Contributions are welcome! If you'd like to contribute to MEDIFY, please follow these steps:

  1. Fork the project.
  2. Create a new branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

License📝

MIT License

Copyright (c) 2024 Venky Kumar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.