Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.33 KB

Course Platform

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.

Getting Started

To get started please ensure you have the following installed:

  • Composer
  • NPM and NodeJS
  • PHP 7.2.5 or newer.

Installing

Backend

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.

Frontend

In order to setup the frontend code please install the dependinces using npm install. To run the frontend please use npm run dev

Built With

Authors

Matilde Wittrup - Initial Work - Wimm Media and coding tutorials on YouTube.

License

This project is licensed under the MIT license - see the LICENSE.MD for details.