Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 543 Bytes

Expense Manager

##Create Database Name expense_manager

#Default MySQL Credentials is root and password admin please modify .env

##Composer When checking out the project, be sure to run

composer install

Once you've run composer install, run

npm install to install the required JavaScript libraries.

##Npm Installation For build the frontend app simply run

npm run --watch

For build for production minified simply run

npm run prod

##Database Migration php artisan migrate --seed

##Deployed Url http://localhost:8000