Chirper is a microblogging platform inspired by Twitter, built using Laravel, React, and Inertia. Tutorial: https://bootcamp.laravel.com/
- Clone the repository:
git clone https://github.com/[USERNAME]/chirper.git
- Install dependencies:
composer install
npm install
-
Create a copy of the .env file and customize it with your own settings:
-
Generate an application key:
php artisan key:generate
- Migrate the database:
php artisan migrate
- Start the development server:
php artisan serve
node run dev
To use Chirper, visit the URL at which the development server is running (e.g. http://localhost:8000). From there, you can create an account, post messages, edite or delete them.
I enjoyed following this tutorial and learning about Laravel and React with Inertia and invite you to do the same here.
If you have any questions or feedback, please don't hesitate to let me know.
Author: Hakim Saoudi Email: saoudihakim@gmail.com linkedIn: https://www.linkedin.com/in/hakim-saoudi/