/chirper

Primary LanguagePHP

Chirper

This project was made using the Laravel framework learning from https://bootcamp.laravel.com/

Technologies used:

Laravel Livewire Tailwind

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone https://github.com/danestves/chirper.git

Switch to the repo folder

cd chirper

Install dependencies

composer install
bun install

Copy .env.example to .env

cp .env.example .env

Generate application key

php artisan key:generate

Run database migrations

php artisan migrate