Before contributing to MediMart Express, please create your own branch and push your changes to that branch. Contributions must be made through pull requests. Direct pushes to the main
branch are restricted to maintainers.
- Clone the repository.
- Create a new branch for your feature or bugfix.
git checkout -b your-branch-name
- Make your changes and commit them.
git commit -m "Your descriptive commit message"
- Push your changes to your branch.
git push origin your-branch-name
- Open a pull request to merge your changes into the
main
branch.
MediMart Express is an e-commerce platform that offers a seamless shopping experience for medical supplies and healthcare products. It simplifies the ordering process for pharmacies, clinics, and individual consumers.
- Product Management: Create, update, and manage products easily.
- Order Processing: A user-friendly interface for tracking and processing orders.
- Customer Dashboard: Comprehensive dashboard for users to monitor purchases and shipping.
- Payment Integration: Secure and flexible payment methods.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/suprandus/medimart-express-capstone.git
-
Install dependencies:
composer install npm install
-
Set up the environment file: Copy
.env.example
to.env
and update the environment variables. -
Serve the application:
php artisan serve
This project is licensed under the MIT License.