Skip to content

Hassan-W/FinFirstApp

Repository files navigation

About My Task

This task was built using laravel framework, and is ready to implement
user-role system.
The app currently uses admin role only and considers all other users as
non-admins.

The app uses bootstrap for the front-end design 
and ajax requests in some pages to fasten and simplify user experience.

Please feel free to contact me and ask about anything.

Hassan Wehbe

Installation

Run:

- composer install

- npm install

- npm run dev


- make sure the database configuration are as follow:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=finfirstapp
DB_USERNAME=finfirst
DB_PASSWORD=12345678

- php artisan config:cache

- php artisan migrate

- php artisan db:seed

- php artisan serve


Credentials:

Admin Username: admin@finfirst.com
Admin Password: finfirst123

License

The Laravel framework is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published