Skip to content

MediFast is a web app for fast and convenient medicine delivery

License

Notifications You must be signed in to change notification settings

Software-Savants/MediFast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MediFast

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

Prerequisites

  • PHP 7.4 or higher
  • MySQL or MariaDB database
  • Redis in-memory data store
  • Node.js and npm
  • Laravel 8.x

Installation

  1. Clone the repository: git clone https://github.com/Software-Savant/MediFast.git
  2. Install dependencies: composer install and npm install
  3. Set up the database: cp .env.example .env and php artisan key:generate
  4. Update the .env file with your database credentials. Then run the migrations: php artisan migrate
  5. Build the frontend assets: npm run dev
  6. Start the development server: php artisan serve

Usage

To use the app, visit http://localhost:8000 in your web browser.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Sponsorship for this project is highly appreciated.

About

MediFast is a web app for fast and convenient medicine delivery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published