Skip to content

artemind/simple-laravel-crud-api

Simple TODO List CRUD API

A simple TODO list API built with Laravel, providing basic CRUD (Create, Read, Update, Delete) functionality.

Set Up and Run

  1. Clone repository
  2. Run docker-compose up -d
  3. Copy .env.example, rename to .env and configure
  4. Run docker-compose run --rm composer composer install
  5. Run docker-compose exec php php artisan migrate
  6. Run docker-compose exec php php artisan test to running tests

Features

  • Sign Up
  • Sign In
  • Sign Out
  • Create task lists
  • View all task lists
  • Edit task lists
  • Delete task lists
  • Create tasks
  • View all tasks
  • Edit tasks
  • Delete tasks

API Documentation

Swagger UI

👨‍💻 Author

Artem Yeremenko

About

A simple TODO list API built with Laravel, providing basic CRUD functionality.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages