This repository contains the source code for the backend that's used in the course "Laravel Backends for Vue.js 3".
Pair this respository with the front end SPA to power a URL Shortener app.
To run the backend, clone this repo.
git clone [email protected]:vueschool/laravel-course-backend.git
Install the dependencies with composer (make sure to have composer installed)
composer install
Start the development server with Laravel Sail (requires docker to be installed and running)
./vendor/bin/sail up