MediFast is a web app for fast and convenient medicine delivery. It allows users to browse and select from a list of available doctors, view their specialties and hours of operation, and schedule appointments with them. The app also allows users to place orders for medicine delivery and track the status of their orders in real-time. Delivery tracking
- PHP 7.4 or higher
- MySQL or MariaDB database
- Redis in-memory data store
- Node.js and npm
- Laravel 8.x
- Clone the repository:
git clone https://github.com/Software-Savant/MediFast.git
- Install dependencies:
composer install
andnpm install
- Set up the database:
cp .env.example .env
andphp artisan key:generate
- Update the .env file with your database credentials. Then run the migrations:
php artisan migrate
- Build the frontend assets:
npm run dev
- Start the development server:
php artisan serve
To use the app, visit http://localhost:8000 in your web browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE file for details.
Sponsorship for this project is highly appreciated.