Skip to content

MRgrav/nic_assignment_2024

Repository files navigation

linkedin

Admin Dashboard

An admin dashboard, that display data from excel file. admin can import and export the data using the excel file system.

Screenshots

Login Form Login Form

Dashboard Screenshot_20240616_151839

Schemes Screenshot_20240616_151858

Run Locally

Clone the project

  git clone https://github.com/MRgrav/nic_assignment_2024.git

Go to the project directory

  cd nic_assignment_2024

Install dependencies

  composer install

Create .env file

  cp .env.example .env

Setup Database

DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=database_name
DB_USERNAME=username
DB_PASSWORD=password

Run migrations

  php artisan migrate

Start the server

  php artisan serve

(optional) improve performance

  php artisan route:cache
  php artisan config:cache

Tech Stack

Client: Laravel Blade Template, TailwindCSS

Server: Laravel 10, PostgreSQL, PHP

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors