A web application with a REST API in Laravel that provides CRUD operations for workout programs and has a convenient user interface implemented using Vue and Vuetify with integrated drag and drop.
- Clone the project
- Go to the project root directory
- Run
composer install
- Create database
- Copy
.env.example
into.env
file and adjust parameters - Run
php artisan serve
to start the project at http://localhost:8000