An admin dashboard, that display data from excel file. admin can import and export the data using the excel file system.
Clone the project
git clone https://github.com/MRgrav/nic_assignment_2024.gitGo to the project directory
cd nic_assignment_2024Install dependencies
composer installCreate .env file
cp .env.example .envSetup Database
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=database_name
DB_USERNAME=username
DB_PASSWORD=passwordRun migrations
php artisan migrateStart the server
php artisan serve(optional) improve performance
php artisan route:cache
php artisan config:cacheClient: Laravel Blade Template, TailwindCSS
Server: Laravel 10, PostgreSQL, PHP


