Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 887 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 887 Bytes

Diagnostics Test Ordering Web Application

This web application allows for the easy placement of orders for diagnostic tests through doctor prescription upload. It significantly reduces the amount of paperwork involved in the process.

Technologies Used

  • Laravel (PHP web framework)
  • MySQL (database management system)
  • Bootstrap CSS (styling and layout)

Features

  • Doctor prescription upload for test orders
  • Real-time order tracking
  • Secure user authentication
  • Compatibility with multiple devices and browsers

Getting Started

  • Clone the repository
    git clone https://github.com/javvajiyashwanth/practo.git
  • Install dependencies
    composer install
  • Create a new MySQL database and update the .env file with your database credentials
  • Run migrations
    php artisan migrate
  • Start the development server
    php artisan serve