edsel77/calendar-events

Calendar events coding exam.

1.0 2020-09-03 05:14 UTC

This package is auto-updated.

Last update: 2024-04-12 21:40:36 UTC


README

calendar app

Installation

  • git clone https://github.com/edsel77/calendar-events.git
  • edit .env and set your database connection details
  • run composer install
  • run php artisan key:generate and php artisan jwt:secret
  • php artisan migrate
  • npm install

Usage

Development

#laravel server
php artisan serve

# build and watch
npm run watch

Production

npm run production