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.
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
Admin Username: admin@finfirst.com Admin Password: finfirst123
The Laravel framework is open-sourced software licensed under the MIT license.