CleytonBonamigo / bnb-bank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BNB Bank

Project developed using Laravel 10.x, VueJS 3, TailwindCSS and TypeScript.

Installing

Docker

# This script will mount containers, run everything that needs
bash start.sh

To visit, just open in your browser:

http://localhost:8001

Users

Username Password Description
admin password admin user

To create a normal user, you should use registration :).

Tests

Tests were made with Pest and it runs with bash start.sh, but if you want to run it manually:

docker exec -it bnb-bank-php bash
./vendor/bin/pest

About


Languages

Language:PHP 65.9%Language:Vue 26.0%Language:CSS 3.1%Language:TypeScript 3.0%Language:JavaScript 1.1%Language:Shell 0.4%Language:Dockerfile 0.4%Language:Blade 0.2%