Klass is an e-learning web based platform for high-school level. Klass offers free learning materials on various categories, including physics, mathematics, biology, and more.
- Laravel 8
- MySQL
- TailwindCSS 2
- Clone this project
- Make sure you have MySQL and PHP installed on your machine
- Open this project directory root and type
cp .env.example .env
on your terminal. This will make a new.env
file for your environment - Run these command on terminal:
composer install
,npm install
, andnpm install tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
- Then generate the
APP_KEY
using:php artisan key:generate
- Run migration:
php artisan migrate
- Run command
php artisan serve
, the site is deployed on your localhost