https://github.com/alvinnn-r/kelontongku
My mini project task form camp404
https://github.com/alvinnn-r/kelontongku
Last synced: 9 months ago
JSON representation
My mini project task form camp404
- Host: GitHub
- URL: https://github.com/alvinnn-r/kelontongku
- Owner: Alvinnn-R
- Created: 2022-12-26T15:02:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:42:44.000Z (over 3 years ago)
- Last Synced: 2025-04-12T21:13:33.239Z (about 1 year ago)
- Language: PHP
- Size: 16.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project : Laravel 8 Web Programming CAMP404
My name Alvin Rama Saputra, ID : C4221137283.
This is my Project Kelontongku (mini supermarket), make with laravel 8 and bootstrap
## How to use
#### Git Clone or Download this Repository and Change Directory
- **Clone**
```
git clone https://github.com/Alvinnn-R/kelontongku.git
```
- **Change Directory**
```
cd kelontongku
```
#### Install Composer
```
composer install
```
#### Npm
```
npm install && npm run dev
```
#### Create a copy of your .env file
```
cp .env.example .env
```
#### Generate an app encryption key
```
php artisan key:generate
```
#### Set up Database
- **setup database**
open file .env change everythings do you need
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_kelontongku
DB_USERNAME=root
DB_PASSWORD=
```
- **make a database, the name is db_kelontongku or somethings else,**
make sure the name of database same as DB_DATABASE=
#### Migrate Database and Load the Seeder
```
php artisan migrate --seed
```
#### Run Serve
```
php artisan serve
```
#### Website in free Hosting
- **000webhost**
https://kelontongku.000webhostapp.com/
## Available user for test in webhost
- **admin**
- - > admin@gmail.com
- - > password123
- **user**
- - > ahmad@gmail.com
- - > password123