This is a simple Inventory Management Web Application built with Laravel.
It includes core CRUD functionality and user authentication (Login & Logout).
- User authentication (Login / Logout)
- CRUD operations for Posts (representing inventory items)
| Feature | Description |
|---|---|
| Authentication | Secure login and logout for users |
| CRUD Posts | Create, Read, Update, and Delete posts/items |
-
Clone the repository
git clone https://github.com/username/repo.git cd repo -
Install dependencies
composer install npm install && npm run dev -
Create your environment file
cp .env.example .env php artisan key:generate
-
Configure your database Open .env and set your database credentials.
-
Run migrations
php artisan migrate
-
Start the development server
php artisan serve
-
Open your browser and visit:
http://localhost:8000
Usage Guide
- Register a new user or log in with an existing account
- Add a new item via the “Add Barang” nav
- Edit or delete items directly from the list
- View your inventory neatly on the Barang
Tech Stack
- Laravel 10
- MySQL
- Blade Templates
- TailwindCSS