Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 836 Bytes

Workout Designer

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.

Built With

  • Laravel
  • Vue

Installation

  1. Clone the project
  2. Go to the project root directory
  3. Run composer install
  4. Create database
  5. Copy .env.example into .env file and adjust parameters
  6. Run php artisan serve to start the project at http://localhost:8000