Skip to content

brunostc/bank-app-api

Repository files navigation

BNB Bank

An application made for simulating a bank with simple functions.

Running it locally

To run this application you must install composer and have PHP >= 7.3.

After cloning it to your root you should run the command composer install, then you can run php artisan key:generate and if you have eddited the .env file with your database credentials you can run php artisan migrate.

To host the server locally simply run the following command: php artisan serve. This will run your server on localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages