- Login, Register Course for student
- Learning
- View my score
- Take exam
- Manage my infomation
- install nodejs
- install xampp 7.4
- install mysql
- install composer
git clone https://github.com/dpk31999/course_online.git
- import database from file dump.sql
- open in VS code
composer install
npm install
cp .env.example .env
and change your info in .envphp artisan key:generate
php artisan config:clear
npm run watch
php artisan serve