/kippa

Primary LanguagePHP

Installation

Clone the repository

    git clone https://github.com/Adebayo27/kippa.git

Switch to the repo folder

     cd kippa

Note: your PHP version should be at least 8.0

Install all the dependencies using composer

    composer install 

Rename your .env.example file to .env

    cp .env.example .env

Generate a new application key (if it isn't generated by default)

    php artisan key:generate

Setup your database credentials

Start the local development server

     php artisan serve  --port=8000

On your browser, enter http://127.0.0.1:8000