Skip to content

[THIS IS A TEST PROJECT] A RESTful web service in Laravel that allows you to handle a digital wallet (register, recharge, pay, confirm payment, request balance).

Notifications You must be signed in to change notification settings

stevensgsp/digital-wallet-restful

Repository files navigation

DIGITAL WALLET RESTFUL

Laravel *.x project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

This is a Laravel 9.x project, so you must meet its requirements.

Installing

Clone the project

git clone git@github.com:stevensgsp/digital-wallet-restful.git
cd digital-wallet-restful
composer install
cp .env.example .env
php artisan key:generate

Edit .env and put credentials, indicate environment, url and other settings.

Run migrations

php artisan migrate

About

[THIS IS A TEST PROJECT] A RESTful web service in Laravel that allows you to handle a digital wallet (register, recharge, pay, confirm payment, request balance).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages