Giter Site home page Giter Site logo

onurbul / docter-reservation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ilhammmaulana/docter-reservation

0.0 0.0 0.0 23.92 MB

The Doctor Reservation Application is a web-based platform developed using Laravel 8.0 and PHP 7.4.2 that aims to simplify and streamline the process of booking doctor appointments in Semarang, Indonesia. This comprehensive healthcare solution empowers users to find, book

PHP 4.13% HTML 89.71% Blade 6.15%

docter-reservation's Introduction

Doctor Reservation API and Dashboard (Laravel 8.0)

This project combines a RESTful API and a sophisticated dashboard built with Laravel 8.0 and PHP 7.4.2 for making doctor reservations. It simplifies the process of booking appointments with doctors in Semarang while providing an interactive dashboard for managing the system.

Table of Contents

Features

API (For Users and Doctors)

  • User authentication with JWT tokens.
  • Endpoints for searching and booking appointments with doctors.
  • User and doctor profiles.
  • Real-time notifications for appointment status updates.
  • Role-based access control for users and doctors.

Dashboard (For Admin and Doctors)

  • Admin dashboard built with Argon template for easy management.
  • Doctor dashboard for managing appointments and profiles.
  • Real-time updates on appointment requests.
  • CRUD operations for managing doctors and appointments.
  • Beautifully designed UI for a seamless experience.

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To get the Doctor Reservation API and Dashboard up and running on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ilhammmaulana/doctor-reservation.git
  2. Navigate to the project directory:

    cd doctor-reservation
  3. Install PHP dependencies:

    composer install
  4. Create a copy of the .env.example file and rename it to .env. Update the .env file with your configuration, including your database settings and application key:

    cp .env.example .env
    php artisan key:generate
  5. Install JavaScript dependencies:

    npm install
  6. Generate asset files:

    npm run dev
  7. Migrate the database:

    php artisan migrate
  8. Start the Laravel development server:

    php artisan serve

Now, you can access the API at http://127.0.0.1:8000/api and the Dashboard at http://127.0.0.1:8000/.

API Endpoints

For detailed information about available API endpoints and their usage, refer to the API documentation.

Dashboard

The dashboard provides an interactive interface for doctors and administrators to manage appointments, doctors, and users. For more details on how to use the dashboard, refer to the Dashboard documentation.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the project.
  2. Create a new branch for your feature (git checkout -b feature/your-feature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to your branch (git push origin feature/your-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License.

docter-reservation's People

Contributors

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