ishan-deepsource / laravel-todo-list-api

A simple API to manage todo lists built with Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Todo List API

A simple API to manage todo lists built with Laravel.

Installation

  1. Clone the repo locally:

    git clone git@github.com:ishanvyas22/laravel-todo-list-api.git
    cd laravel-todo-list-api
  2. Install dependencies

    composer install
  3. Generate application key (if not already generated)

    php artisan key:generate
  4. Run database migrations

    php artisan migrate
  5. Run the dev server (the output will give the address):

    php artisan serve

Running tests

php artisan test

Pending

  • Add basic validation in create, update task API call
  • Take config for task status
  • Global scope
  • Split methods from TaskController

About

A simple API to manage todo lists built with Laravel.


Languages

Language:PHP 82.7%Language:Blade 16.5%Language:Shell 0.7%