BuanaStore Application Integrated With Payment Gateway

Web Development 19 November 2021
BuanaStore Application Integrated With Payment Gateway

Role: Full-Stack Developer

Tech Stack: Laravel ยท MySQL ยท Bootstrap ยท Midtrans (Payment Gateway) ยท Google OAuth

I developed BuanaStore, a modern e-commerce web application designed for seamless online shopping experiences. The system supports both digital and physical product sales, and is fully integrated with payment gateway services to enable real-time transactions.

๐Ÿ” Features Google OAuth for secure and convenient user authentication

๐Ÿ’ณ Integrated with Midtrans (or your chosen provider) to process secure online payments

๐Ÿ›  Built using Laravel and MySQL for robust backend logic and data management

๐ŸŽจ Frontend implemented using Bootstrap for clean, responsive design

Key features:

  • User registration/login via Google
  • Product catalog with filtering and search
  • Real-time order processing and transaction tracking
  • Admin dashboard for inventory and order management
  • Secure and tested checkout flow

This project demonstrates practical implementation of e-commerce workflows, payment API handling, and OAuth integration in a production-ready Laravel environment.

๐Ÿ“š Sharing Knowledge

Disclaimer

If you require any more information or have any questions about our site’s...

09 April 2023
Connecting to PostgreSQL in Go using sqlx

In modern web applications, storing and retrieving data from a database is a fun...

25 May 2025
Structs and Methods in Go: Defining and Using Custom Types

In Go, a struct is a powerful way to group related data together. It allows you...

19 April 2025