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.exampleinto.envfile and adjust parameters - Run
php artisan serveto start the project at http://localhost:8000