Skip to content

arun-1996/vue-laravel-bank-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Test Assignment (Bank Application)

A simple banking application using Laravel and VueJs.

Getting Started

Initial set up

  1. Clone the project.
  2. cd into /api and run composer install
  3. Create the .env file and providing the necessary database details.
  4. Run php artisan key:generate
  5. Run php artisan migrate
  6. Run php artisan db:seed

Running the project.

  1. cd into /api
  2. Run php artisan serve to start the server.
  3. cd into /web
  4. Run yarn dev which builds and serves the Vue web interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published