Kopigenik is a coffee subscription website built with Laravel 5.5 (back-end) and Bootstrap 3(front-end).
- PHP >= 7.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- cURL PHP Extension
- MariaDB / MySQL Database
- Composer (https://getcomposer.org/)
- Javascript Turned On in your browser
Install Composer (https://getcomposer.org/)
- Open Terminal
- Git clone :
$ git clone https://github.com/alvintheodora/kopigenik.git
- Change Working Path to
kopigenik
- Dependencies Installation :
$ composer install
- Create a Database with name
kopigenik
cp .env.example .env
php artisan key:generate
- In .env, change
CACHE_DRIVER=array
and setup your database data - Database Migration:
$ php artisan migrate --seed
- Now All Set Up!
- Open Terminal in the directory path
- Type Command :
$ php artisan serve
- Open the site through following url:
{localhost}:8000
- **Note: {localhost} is your localhost url. Normally localhost or 127.0.0.1 **