Skip to content

hellodit/mini-ewallet

Repository files navigation

Mini E-wallet

RESTAPI Mini Ewallet implementation build with PHP Laravel

Documentation

Via Postman Documenter

How to run to your local

  • Clone this repository https://github.com/hellodit/mini-ewallet
  • Create MySQL database table
  • Rename .env.example file to .env inside your project root and fill the database information.
  • Open the console and cd your project root directory
  • Run composer install or php composer.phar install
  • Run php artisan key:generate to generate secret key
  • Run php artisan migrate to migrate database schemes
  • Run php artisan passport:install to generate
  • Run php artisan db:seed to run seeders
  • Run php artisan serve
  • You can now access your project at localhost:8000 :)

Main features

  • User
    • Login
    • Register
    • Logout
    • Profile
  • Transaction
    • Transaction history
    • Topup balance
    • Tranfer balance

Dummy Accounts <email:password>

  1. [email protected]:dummy
  2. [email protected]:dummy
  3. [email protected]:dummy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published