A simple banking application using Laravel and VueJs.
- Clone the project.
- cd into
/api
andrun composer install
- Create the
.env
file and providing the necessary database details. - Run
php artisan key:generate
- Run
php artisan migrate
- Run
php artisan db:seed
- cd into
/api
- Run
php artisan serve
to start the server. - cd into
/web
- Run
yarn dev
which builds and serves the Vue web interface.