Skip to content

ishanvyas22/laravel-todo-list-api

Repository files navigation

Laravel Todo List API

A simple API to manage todo lists built with Laravel.

❤️ Support The Development

Do you like this project? Support it by donating:

Buy Me A Coffee

or Paypal me

or Contact me on Codementor

Follow me

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published