owiesnama / oktama-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Clone the project

git clone https://github.com/owiesnama/oktama-task.git

Cd to the project and Copy env file

cd ./oktama-task && cp .env.example .env

Run the migrations

php artisan october:up

Serve the project

php artisan serve

You should change the env vars to match your configrations

Note: there is an admin user seeded to the database with credentials:

Email: admin@admin.com Password: password

About


Languages

Language:PHP 60.3%Language:CSS 17.7%Language:JavaScript 16.4%Language:HTML 5.6%