e-Wallet System is a web application for managing electronic wallets. Users can create accounts, add funds, send and receive payments, and track transactions easily. The project is built with Laravel, using Livewire for reactive components and Filament for the admin panel.
- User registration and login.
- Wallet balance management.
- Sending and receiving funds between users.
- Complete transaction history.
- User-friendly interface powered by Livewire.
- Admin panel for managing users and transactions via Filament.
To run the project locally, you need:
- PHP >= 8.0
- Composer
- Node.js & NPM
- MySQL or MariaDB
- Git
- Laravel >= 10
- Livewire
- Filament Admin Panel
You can also use Laravel Sail (Docker) to simplify environment setup.
- Clone the repository:
git clone https://github.com/kmaltafesh/e-Walletsystem.git cd e-Walletsystem