Skip to content

igormarti/bank_backend

Repository files navigation

BankApi

This project is the backend of the WEB bank frontend application that was developed with VueJS

Requirements:

Recommendations:

Setup

Inside your project folder do:

composer install

Create sqlite database file, execute the following command in database folder:

sudo touch database.sqlite

Run the following command in root folder to migrate the tables:

php artisan migrate

Run the following command in root folder to create fake data:

php artisan db:seed

Run the application

Run the following command for start application:

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published