Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uzsoftic/task-whois-checker

Task: WhoIs Checker Livewire (For job review)
https://github.com/uzsoftic/task-whois-checker

checker framework interview job laravel livewire realtime task whois whois-lookup

Last synced: 18 days ago
JSON representation

Task: WhoIs Checker Livewire (For job review)

Awesome Lists containing this project

README

        

## Task: WhoIs Checker Livewire (For job review)

Realtime check domain whois in live mode (Livewire)

Requirements: Laravel v9, PHP v8, Composer v2, npm


Screen 1
Screen 2

### Step Installation

```shell
composer install
```

```shell
npm i
```

```shell
cp .env.example .env
```

> Edit .env file to configure your web app

```shell
php artisan key:generate
```

```shell
php artisan storage:link
```

Run 2 shell, first artisan, second npm

```shell
php artisan serve
```

```shell
npm run dev
```

Author: @UzSoftic