Course platform built with Laravel 7 and NuxtJS. This is the official repo for How to build a course platform with NuxtJS, Laravel 7 and Stripe.
To get started please ensure you have the following installed:
- Composer
- NPM and NodeJS
- PHP 7.2.5 or newer.
In order to install it please clone the repo. Then in the backend directory run these commands and ensure to have set up database configuration in .env file:
composer install
php artisan migrate
To run the backend code please use Laravel's in-built php artisan serve
function to run it locally.
In order to setup the frontend code please install the dependinces using npm install
. To run the frontend please use npm run dev
- Laravel 7 - backend framework.
- NuxtJS - frontend framework.
- Designed with Ant Design Vue.
Matilde Wittrup - Initial Work - Wimm Media and coding tutorials on YouTube.
This project is licensed under the MIT license - see the LICENSE.MD for details.