Skip to content

saoudi-h/chirper

Repository files navigation

Chirper

Chirper is a microblogging platform inspired by Twitter, built using Laravel, React, and Inertia. Tutorial: https://bootcamp.laravel.com/

Screenshot of Chirper

Installation

  1. Clone the repository:
git clone https://github.com/[USERNAME]/chirper.git
  1. Install dependencies:
composer install
npm install
  1. Create a copy of the .env file and customize it with your own settings:

  2. Generate an application key:

php artisan key:generate
  1. Migrate the database:
php artisan migrate
  1. Start the development server:
php artisan serve
node run dev

Usage

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.

Questions or Feedback

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.

About me.

Author: Hakim Saoudi Email: saoudihakim@gmail.com linkedIn: https://www.linkedin.com/in/hakim-saoudi/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published