Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 721 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 721 Bytes

About the project

This is a simple project to get the organization name from domain name. It use the ChatGPT API to get the organization name from domain name.

Built With

Getting Started

To get a local copy up and running follow these simple steps. clone the repo

git clone

Install composer packages

composer install

Copy the .env.example file to .env

cp .env.example .env

Generate the application key

php artisan key:generate

Run the application

php artisan serve

Usage

Enter the domain name in the input field and click on the submit button to get the organization name.