https://github.com/harisfi/katalog_buku
Book catalogue website with admin page
https://github.com/harisfi/katalog_buku
admin-panel adminlte book book-catalogue catalogue inertiajs laravel vue website
Last synced: 3 months ago
JSON representation
Book catalogue website with admin page
- Host: GitHub
- URL: https://github.com/harisfi/katalog_buku
- Owner: harisfi
- Created: 2021-03-29T06:53:45.000Z (over 5 years ago)
- Default Branch: inertia
- Last Pushed: 2021-12-06T01:56:51.000Z (over 4 years ago)
- Last Synced: 2025-06-15T11:11:28.667Z (about 1 year ago)
- Topics: admin-panel, adminlte, book, book-catalogue, catalogue, inertiajs, laravel, vue, website
- Language: PHP
- Homepage:
- Size: 55.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Katalog Buku
## Usage
### Prerequisites
- Code Editor / IDE
- PHP [Composer](https://getcomposer.org/download/)
- Node JS [Node JS](https://nodejs.org/en/)
- Terminal
### Database Design

## Installation
1. Clone the repository
```bash
git clone https://github.com/harisfi/customer-bctarakan.git
```
2. Use the package manager [composer](https://getcomposer.org/download/) to install vendor.
```bash
composer install
```
3. Configure .env files, => copy .env.example and rename it to .env
```bash
cp .env.example .env
```
4. Set your database configuration in .env files
5. Generate APP_KEY
```bash
php artisan key:generate
```
6. Run Migration
```bash
php artisan migrate
```
7. Run Seeder
```bash
php artisan db:seed
```
8. Create a symbolic link from public/storage to storage/app/public
```bash
php artisan storage:link
```
9. Run Laravel server
```bash
php artisan serve
```
### Configuring for production deployment
1. Change .env debug mode
```bash
APP_DEBUG=false
```
2. Run artisan command for optimizing app
```bash
php artisan optimize
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)