Skip to content

Learning to build a microblogging platform called Chirper with Laravel 11 and deploy on Vercel

Notifications You must be signed in to change notification settings

k-ardliyan/laravel-bootcamp-inertia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bootcamp with Inertia React

Welcome to the Laravel Bootcamp! In this guide we will walk through building a modern Laravel application from scratch. To explore the framework, we'll build a microblogging platform called Chirper.

Demo

Authors

Run Locally

Requirements:

  • Composer
  • Node.js

Clone the project

  git clone https://github.com/k-ardliyan/laravel-bootcamp-inertia.git

Go to the project directory

  cd laravel-bootcamp-inertia

Install dependencies

  composer dump-autoload

Start the server

  php artisan serve

Tech Stack

Client: Inertia, React, TailwindCSS

Server: Laravel 11, PHP (8.3.3), Vercel PHP 0.7.0, Node.js 18.x

Database: MySQL 8.0

About

Learning to build a microblogging platform called Chirper with Laravel 11 and deploy on Vercel

Topics

Resources

Stars

Watchers

Forks