Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 325 Bytes

File metadata and controls

12 lines (11 loc) · 325 Bytes

calendar-api

A symfony 4 API for personal calendars management

Installation

clone this repo and then

composer update
php bin/console doctrine:schema:update --force

Usage

Calendars & Events are exposed through a standard JSON-API at paths '/calendars' & '/events'

Use my ember calendar-app or build your own.