Skip to content

clarion-app/lists-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarion App Lists Backend

This package provides an API to create and manage lists (TODO lists, grocery lists, etc).

Installation

  1. Require the package in your Laravel application:

    composer require clarion-app/lists-backend
  2. Run the migrations:

    php artisan migrate

Usage

The package provides the following API endpoints:

  • GET /api/clarion-app/lists - List all lists
  • POST /api/clarion-app/lists - Create a new list
  • GET /api/clarion-app/lists/{id} - Get a specific list
  • PUT /api/clarion-app/lists/{id} - Update a specific list
  • DELETE /api/clarion-app/lists/{id} - Delete a specific list
  • POST /api/clarion-app/lists/{id}/clone - Clone a specific list

About

Clarion List Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages