My name Alvin Rama Saputra, ID : C4221137283.
This is my Project Kelontongku (mini supermarket), make with laravel 8 and bootstrap
- Clone
git clone https://github.com/Alvinnn-R/kelontongku.git
- Change Directory
cd kelontongku
composer install
npm install && npm run dev
cp .env.example .env
php artisan key:generate
- 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=
php artisan migrate --seed
php artisan serve
- 000webhost
https://kelontongku.000webhostapp.com/
- admin
-
-
password123
-
- user
-
-
password123
-