https://github.com/vikas-ukani/laravel-exam-management
A larevel test
https://github.com/vikas-ukani/laravel-exam-management
Last synced: 3 months ago
JSON representation
A larevel test
- Host: GitHub
- URL: https://github.com/vikas-ukani/laravel-exam-management
- Owner: vikas-ukani
- Created: 2021-08-20T16:59:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T17:45:14.000Z (about 4 years ago)
- Last Synced: 2025-03-16T22:44:37.386Z (7 months ago)
- Language: PHP
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
### Features :
```
1) Laravel Custom registration function
2) Laravel Custom Login with email and password
3)There are two user types - A)Admin B)Accountant.- Back-End
4) Admins are able to manage(Add, Delete, View, List) Product Category and Product.
5) Accountants are able to see only the List & view part of the Product & Product category.
- Front-End (For both guest & logged in user)
5) List all products on the frontend
6) Product detail in frontend
```## Installation Process:
1. Install via composer
```
composer install
```2. DataBase Configuration in `.env`
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_exam
DB_USERNAME=root
DB_PASSWORD=
```3. Run Composer Script for Dump Database record creating...
```
composer run-fresh
```
- It will wipeing and creating migrate database schema,
- Creating Admin User and Accountant user,
- Seeding data using DB Seeder.### Admin Credentials
```
Use it for ADMIN:
Email : admin@admin.com
Password: adminadmin---
Use it for ACCOUNTANT:
Email : accountant@gmail.com
Password: accountant```
---
> Thank you.