Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcos-aparicio/inertia-simple-contact-manager
Simple Contact Manager developed with Inertia, Laravel, React and Tailwind
https://github.com/marcos-aparicio/inertia-simple-contact-manager
inertiajs javascript laravel laravel10 react tailwindcss
Last synced: 17 days ago
JSON representation
Simple Contact Manager developed with Inertia, Laravel, React and Tailwind
- Host: GitHub
- URL: https://github.com/marcos-aparicio/inertia-simple-contact-manager
- Owner: marcos-aparicio
- Created: 2024-01-28T16:57:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T23:15:41.000Z (10 months ago)
- Last Synced: 2024-10-11T09:40:25.093Z (about 1 month ago)
- Topics: inertiajs, javascript, laravel, laravel10, react, tailwindcss
- Language: PHP
- Homepage: https://contact-manager.marcos-aparicio.xyz/
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/antoniosarosi)'s contact manager from his [Mastermind](https://mastermind.ac) courses.### Requirements
You should have PHP, composer, and npm installed in your system.
### Installation
```bash
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/](https://contact-manager.marcos-aparicio.xyz/)