Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
/ NLB-services Public archive

The services back-end solution for NLB Hackathon Open Finance Banking.

Notifications You must be signed in to change notification settings

arsovskidev/NLB-services

Repository files navigation

NLB-admin

The services back-end solution for NLB Hackathon Open Finance Banking.

Clone and install composer dependencies.
$ git clone git@github.com:arsovskidev/NLB-services.git
$ cd NLB-services

$ composer install
Rename the .env.example file to .env and change the following settings.
$ mv .env.example .env
$ nano .env

APP_URL=http://localhost:8000

BANK_SLUG="YOUR_BANK_SLUG"
BANK_NAME="YOUR_BANK_NAME"
BANK_IMAGE="/images/logo.png"
BANK_DESC="YOUR_BANK_DESC"

DB_DATABASE= YOUR_DATABASE_NAME
DB_USERNAME= YOUR_MYSQL_USERNAME
DB_PASSWORD= YOUR_MYSQL_PASSWORD
Migrate the database and seed it.
$ php artisan migrate --seed
You are now done with setting up, go ahead and run the project!
$ php artisan serve

About

The services back-end solution for NLB Hackathon Open Finance Banking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published