E-learning Prerequisite Install depedencies yarn npm install Install composer composer install Edit ENV file Edit .env.example to .env and change the db credentials Run migration | Make sure that your table exists in your database php artisan migrate Run seeder for sample data php artisan db:seed Run Laravel backend php artisan serve Run Laravel generate key php artisan key:generate Run React frontend npm run watch Accessing App Access the application via this http://localhost:8000 For admin admin@admin.com || admin For user user@user.com || user About App Admin Functions Categories CRUD Words and Choices CRUD User list User Functions View Categories View and Answer lessons Lesson Results Add Folow other User Self and Other user activity logs Profile edit Dashboard App Images