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.
You should have PHP, composer, and npm installed in your system.
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/