Skip to content

marcos-aparicio/inertia-simple-contact-manager

Repository files navigation

Contact Manager

Simple CRUD website for managing contacts.

  • Built with Inertia, React, Tailwind and Laravel.
  • Initial scaffolding (basic UI and authentication) done by Laravel Breeze with Vite
  • Heavily inspired by Antonio Sarosi's contact manager from his Mastermind courses.

Requirements

You should have PHP, composer, and npm installed in your system.

Installation

git clone /~https://github.com/marcos-aparicio/inertia-simple-contact-manager.git
cd inertia-simple-contact-manager/
npm install
composer install
cp .env.example .env
php artisan key:generate
php artisan serve & npm run dev

See deployed version here https://contact-manager.marcos-aparicio.xyz/