Application Demo
How to run in your local file
- Install xampp(tested)
- Install laravel
- Run 'php artisan key:generate'
- Run MySQL database with xampp
- create database with the same name as your .env file*
- run 'php artisan serve'
- go to link generated by your terminal**
*How to create database file
- Go to 'localhost/phpmyadmin' or 127.0.0.1/phpmyadmin
- click new
- create new database the same as your .env file