This is an elegant and modern e-commerce platform built to provide a seamless online shopping experience. The project focuses on delivering a clean and responsive interface, along with secure payment processing.
Screencast.from.2024-08-12.14-18-48.webm
- Elegant UI/UX: A clean, user-friendly design for easy navigation and a pleasant shopping experience.
- Secure Payment Gateway: Integrated with Midtrans for fast and secure transactions.
- Responsive Design: Built using Tailwind CSS and Flowbite for a fully responsive layout.
- Product Management: Browse, add to cart, and purchase products effortlessly.
- Tailwind CSS: For creating a responsive and customizable user interface.
- Flowbite: To streamline UI components and enhance design aesthetics.
- Midtrans: Payment gateway integration for secure and reliable payment processing.
- Laravel: Backend framework for robust and scalable application logic.
git clone https://github.com/unix-waltz/e-commerce.git
cd e-commerce
composer install
npm install
cp .env.example .env
php artisan migrate
php artisan serve
- Sign up or log in to your Midtrans account at Midtrans Dashboard.
- Navigate to the Settings section and select Access Keys.
- Copy the Server Key and Client Key.
- Open the .env file in the project root and update the following lines:
MIDTRANS_SERVER_KEY=your_midtrans_server_key MIDTRANS_CLIENT_KEY=your_midtrans_client_key
Feel free to fork this repository, submit issues, or make pull requests to contribute to the project.
This project is licensed under the MIT License. See the LICENSE file for details.